UBC-MDS / RaincouverPrediction

Group 9 shared repository for 522
https://ubc-mds.github.io/RaincouverPrediction/
Other
0 stars 3 forks source link

Script/classification #70

Closed sivakornchong closed 9 months ago

sivakornchong commented 9 months ago

python scripts/classification.py \ --x_train=data/processed/X_train.csv \ --y_train=data/processed/y_train.csv \ --x-test=data/processed/X_test.csv \ --y-test=data/processed/y_test.csv \ --preprocessor=results/models/precipit_preprocessor.pickle \ --columns-to-drop=data/processed/columns_to_drop.csv \ --pipeline-to=results/models \ --plot-to=results/figures \ --seed=522

The above is the terminal command for running the classification script. Expected to have 3 image outputs and 1 model.