This PR is meant the end the confusion around best_ntree_limit and unify model slicing. We have multi-class and random forests, asking users to understand how to set ntree_limit is difficult and error prone. * Implement the save_best option in early stopping. Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
17 lines
398 B
ReStructuredText
17 lines
398 B
ReStructuredText
######################
|
|
XGBoost Python Package
|
|
######################
|
|
This page contains links to all the python related documents on python package.
|
|
To install the package package, checkout :doc:`Installation Guide </build>`.
|
|
|
|
********
|
|
Contents
|
|
********
|
|
|
|
.. toctree::
|
|
python_intro
|
|
python_api
|
|
callbacks
|
|
model
|
|
Python examples <https://github.com/dmlc/xgboost/tree/master/demo/guide-python>
|