Skip to content

Ensemble competition from CSED426, fall 2018, at POSTECH

Notifications You must be signed in to change notification settings

wldh-ug/CSED426_Ensemble

Repository files navigation

Ensemble Competition

Requirements

Run

$ git clone https://github.com/jio-hw/CSED426_Ensemble.git; cd CSED426_Ensemble
$ pip3 install sklearn pandas numpy jupyter
$ python3 -m jupyter notebook

After above open .ipynb files.

Files

Parameters in this repository may not a best one.

  • RF_: I used RandomForestClassifier here.

  • GB_: I used GradientBoostingClassifier here.

  • _Do: This creates result csv file.

  • _Test: This is just for testing purpose. In other words, these files exist for finding optimized classifier parameters.

Releases

No releases published

Packages

No packages published