* fix DeprecationWarning on sklearn.cross_validation * fix syntax * fix kfold n_split issue * fix mistype * fix n_splits multiple value issue * split should pass a iterable * use np.arange instead of xrange, py3 compatibility
XGBoost Python Feature Walkthrough
- Basic walkthrough of wrappers
- Cutomize loss function, and evaluation metric
- Boosting from existing prediction
- Predicting using first n trees
- Generalized Linear Model
- Cross validation
- Predicting leaf indices
- Sklearn Wrapper
- Sklearn Parallel
- Sklearn access evals result
- Access evals result
- External Memory