An open API service indexing awesome lists of open source software.

https://github.com/outerbounds/snowflake-xgb-example


https://github.com/outerbounds/snowflake-xgb-example

Last synced: about 1 month ago
JSON representation

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
```