Closed sivakornchong closed 11 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.
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.