Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1 KB

README.md

File metadata and controls

29 lines (27 loc) · 1 KB

ML-Final-Project

Tabular Playground Series - Aug 2022

Reproducing Submission

  1. Clone this repository.
  2. Download the pre-train model
  3. Requirements: (Already included in .ipynb)
%pip install pandas
%pip install numpy
%pip install -U scikit-learn
  1. Run 109550027_Final_inference.ipynb.
  2. The submission.csv will be store in the directory.
  3. The result: 0.59021 on private score in Kaggle competition

Training process

  1. Clone this repository.
  2. Requirements: (Already included in .ipynb)
%pip install pandas
%pip install numpy
%pip install -U scikit-learn
  1. Run 109550027_Final_train.ipynb.
  2. The trainmodel{epoch}.pt will be store in the directory.
  3. Change "PATH" variable to <MODEL_DIR> in 109550027_Final_inference.ipynb.
  4. Run 109550027_Final_inference.ipynb.
  5. Get your own result in submission.csv.