xgboost/doc/python/index.rst
Jiaming Yuan 896aede340
Reorganize the installation documents. (#6877)
* Split up installation and building from source.
* Use consistent section titles.

Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2021-04-22 04:48:32 +08:00

17 lines
392 B
ReStructuredText

######################
XGBoost Python Package
######################
This page contains links to all the python related documents on python package.
To install the package, checkout :doc:`Installation Guide </install>`.
********
Contents
********
.. toctree::
python_intro
python_api
callbacks
model
Python examples <https://github.com/dmlc/xgboost/tree/master/demo/guide-python>