enable basic sphinx doc
This commit is contained in:
36
doc/python/python_api.rst
Normal file
36
doc/python/python_api.rst
Normal file
@@ -0,0 +1,36 @@
|
||||
Python API Reference
|
||||
====================
|
||||
This page gives the Python API reference of xgboost.
|
||||
|
||||
Core Data Structure
|
||||
-------------------
|
||||
.. automodule:: xgboost.core
|
||||
|
||||
.. autoclass:: xgboost.DMatrix
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: xgboost.Booster
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Learning API
|
||||
------------
|
||||
.. automodule:: xgboost.training
|
||||
|
||||
.. autofunction:: xgboost.train
|
||||
|
||||
.. autofunction:: xgboost.cv
|
||||
|
||||
|
||||
Scikit-Learn API
|
||||
----------------
|
||||
.. automodule:: xgboost.sklearn
|
||||
.. autoclass:: xgboost.XGBRegressor
|
||||
:members:
|
||||
:show-inheritance:
|
||||
.. autoclass:: xgboost.XGBClassifier
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Reference in New Issue
Block a user