https://github.com/outerbounds/snowflake-xgb-example
https://github.com/outerbounds/snowflake-xgb-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/outerbounds/snowflake-xgb-example
- Owner: outerbounds
- Created: 2024-05-06T23:52:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T14:11:31.000Z (about 2 years ago)
- Last Synced: 2025-01-06T08:17:42.313Z (over 1 year ago)
- Language: Python
- Size: 802 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Setup
### Create the environment
```bash
mamba env create -f env.yml
```
### Activate the environment
```bash
mamba activate metaflow-snowflake-xgb-example
```
### Create the demo DB in Snowflake
In a Snowflake SQL worksheet, run the queries in `setup-preds-db.sql`.
## Run the flow
```bash
python flow.py --environment=conda run
```