UBC-MDS / RaincouverPrediction

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

Added drop_split_preprocess.py #65

Closed dorisyycai closed 9 months ago

dorisyycai commented 9 months ago

Added

Added following the output files from running the script:

Command to run drop_split_preprocess.py:

python scripts/drop_split_preprocess.py \
  --data-file=data/van_weather_1990-01-01_2023-11-06.csv \
  --data-to=data/processed  \
  --preprocessor-to=results/models \
  --seed=522
sivakornchong commented 9 months ago

Two things to be revised to improve reproducibility.

  1. Drop column for month should not be hard coded in.
  2. Add in the make_column_selector()
dorisyycai commented 9 months ago

function revised in https://github.com/UBC-MDS/RaincouverPrediction/pull/69