Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 398 Bytes

ML2018FALL

  1. hw0: Part 1: Github Setup Part 2: Linux Setup Part 3: Allowed Packages

  2. hw1: train.py :training linear model and save weight as weight.npy hw1.sh :use 'bash hw1.sh [input file] [output file] to generate predict output csv file with the model you trained hw1.py :load input file/weight.npy/mean.npy/std.npy to predict PM2.5 weight.npy mean.npy std.npy