xgboost/doc/python/index.rst
Jiaming Yuan ab5b35134f
Rework Python callback functions. (#6199)
* Define a new callback interface for Python.
* Deprecate the old callbacks.
* Enable early stopping on dask.
2020-10-10 17:52:36 +08:00

16 lines
390 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
Python examples <https://github.com/dmlc/xgboost/tree/master/demo/guide-python>