- Clone this repository.
- Download the pre-train model
- Requirements: (Already included in .ipynb)
%pip install pandas
%pip install numpy
%pip install -U scikit-learn
- Run 109550027_Final_inference.ipynb.
- The submission.csv will be store in the directory.
- The result: 0.59021 on private score in Kaggle competition
- Clone this repository.
- Requirements: (Already included in .ipynb)
%pip install pandas
%pip install numpy
%pip install -U scikit-learn
- Run 109550027_Final_train.ipynb.
- The trainmodel{epoch}.pt will be store in the directory.
- Change "PATH" variable to <MODEL_DIR> in 109550027_Final_inference.ipynb.
- Run 109550027_Final_inference.ipynb.
- Get your own result in submission.csv.