Skip to content

GeorgeTsui/wsm-final

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsm-final

run ./run.sh in command line

  1. Divide.py randomly selects files from the folder 'train' and put them into the folders 'new_train' and 'new_test' In the meanwhile, divide 'train_label' into its corresoponding 'new_train_label' and 'new_test_label'
  2. Preprocess.py cleans the training and testing data
  3. Predict.py make prediction of 'test' with the model generated by 'train'
  4. Evaluate.py calculates the result of submission.csv by 'new_test_label' (ground truth)

Remember not to 'git add -A' so you won't end up including all the data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Shell 2.5%