Skip to content

DongdingLin/Angels-or-Demons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You should install packages below for running the program.

python		3.6.2
pandas		0.20.3
numpy		1.13.1
sklearn		0.19.0
xgboost		0.71	PS: with GPU
lightgbm	2.1.0

system: Ubuntu 16.04.2
core:	Linux version 4.4.0-112-generic

Run "python main.py --method Preprocess --data_path ./DataSet" for Preprocess
Run "python main.py --method LightGBM --data_path ./DataSet" for LightGBM
Run "python main.py --method Stacking --data_path ./DataSet" for Stacking

--method: 	 use which measure for training.
--data_path: train.csv and test.csv should be involved.

About

Code for Kaggle competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages