Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 245 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 245 Bytes

Train and Explain

These scripts pull snowflake credentials from ~/.snowsql.

poetry install
poetry shell
python steps/1_load_data.py
python steps/2_train_a_model.py --model-version 1

Launch Streamlit:

streamlit run Home.py