healthcareai-py
healthcareai-py copied to clipboard
Implement XGBoost Multiclass
@Aylr commented on Sat Jun 03 2017
Implementation
- [ ] try scikit learn wrapper: https://github.com/dmlc/xgboost/blob/master/python-package/xgboost/sklearn.py
- [ ] algorithm in AdvancedTrainer
- [ ] tests
- [ ] wrapper in Trainer
Testing
- [ ] Joe has a great test dataset
Why was this closed?
Do you mean multi-label?
yes
Also, I've started and have a good chunk of this done.