You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the value of `raw_data_path` should be the same as `output_dir` from the previous step. Upon successful executing, two files named `train.csv` and `test.csv` will be saved in the directory specified in `output_dir`.
81
+
Note that the value of `raw_data_path` should be the same as `output_dir` from the previous step. Upon successful exceution, two files named `train.csv` and `test.csv` will be saved in the directory specified in `output_dir`.
82
82
83
83
We included the training and test samples that we have used in our study, i.e. the ones sampled from the full dataset. The training samples are divided into 3 CSV files in `data/training` given Github's size restriction. To combine them into one file called `train.csv` you can use the following Unix command,
0 commit comments