UBC-MDS / DSCI522_group17

Group work for DSCI522 Our group number is 17
MIT License
1 stars 5 forks source link

create 4 python scripts and 1 shell file #15

Closed pan1fan2 closed 3 years ago

pan1fan2 commented 3 years ago

Hello S and J,

I wrote 4 python scripts and 1 shell file based on the latest ipynb file to do the followings:

  1. generate the train and test dataset (dt_cr.py)

  2. create a viz (eda_figs.py)

  3. transform the training and test dataset(pre.py)

  4. fit the transformed training dataset and compare the performances of different classification models (cl_comp.py)

Please refer to the comments in the shell file if you want to run above scripts. You can also find the numbers and locations of output files.

I test the shell file locally, so it should work fine on your pc as well