Philip Cho 953ed1a99b
Update Python API doc (#3619)
* Show inherited members of XGBRegressor in API doc, since XGBRegressor uses default methods from XGBModel

* Add table of contents to Python API doc

* Skip JVM doc download if not available

* Show inherited members for XGBRegressor

* Add docstring to XGBRegressor.predict()

* Fix rendering errors in Python docstrings

* Fix lint
2018-09-05 12:15:23 -07:00
..
2018-08-13 00:25:54 -07:00
2016-11-25 16:34:57 -05:00
2018-08-13 00:25:54 -07:00
2018-08-13 00:25:54 -07:00
2018-08-13 00:26:01 -07:00
2018-09-05 12:15:23 -07:00
2018-08-13 00:25:54 -07:00
2018-09-05 12:10:28 -07:00
2016-01-16 11:52:33 -08:00
2018-08-13 00:25:54 -07:00
2018-08-13 00:25:54 -07:00
2018-09-05 12:15:23 -07:00
2018-08-13 00:25:54 -07:00
2016-01-16 10:25:12 -08:00
2018-08-13 00:25:54 -07:00
2018-08-13 00:25:54 -07:00
2016-11-25 16:34:57 -05:00
2018-08-13 00:25:54 -07:00
2015-08-01 11:27:13 -07:00
2018-02-21 16:57:30 -08:00
2018-08-13 00:25:54 -07:00

The documentation of xgboost is generated with recommonmark and sphinx.

You can build it locally by typing "make html" in this folder.

Checkout https://recommonmark.readthedocs.org for guide on how to write markdown with extensions used in this doc, such as math formulas and table of content.