• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Nov-2021-

README.mdH A D22-Nov-2021299 117

runexp.shH A D22-Nov-2021301 108

train.RH A D22-Nov-20211.5 KiB6545

train.pyH A D22-Nov-20211.5 KiB5132

README.md

1Demonstrating how to use XGBoost accomplish Multi-Class classification task on [UCI Dermatology dataset](https://archive.ics.uci.edu/ml/datasets/Dermatology)
2
3Make sure you make xgboost python module in ../../python
4
51. Run runexp.sh
6```bash
7./runexp.sh
8```
9
10**R version** please see the `train.R`.
11