Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 22-Nov-2021 | - | ||||
README.md | H A D | 22-Nov-2021 | 299 | 11 | 7 | |
runexp.sh | H A D | 22-Nov-2021 | 301 | 10 | 8 | |
train.R | H A D | 22-Nov-2021 | 1.5 KiB | 65 | 45 | |
train.py | H A D | 22-Nov-2021 | 1.5 KiB | 51 | 32 |
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