зеркало из https://github.com/microsoft/LightGBM.git
41152eab4b
* fixed docs * reworker predict method of sklearn wrapper * fixed encapsulation * added test * fixed consistency between docstring and params docs * fixed verbose * replaced predict_proba with predict in test * fixed verbose again * fixed fraction params descriptions * added description of skip_drop and drop_rate constraints * fixed subsample_freq consistency with C++ default value * fixed nice look of params list * made force splits json file example clickable * fixed nice look of metrics list and added comma * reduced warning in test about same param specified twice * replaced pred_parameter with **kwargs in predict method * added test for **kwargs in predict method * fixed warnings * fixed pylint |
||
---|---|---|
.. | ||
_static | ||
.linkcheckerrc | ||
Advanced-Topics.rst | ||
Development-Guide.rst | ||
Experiments.rst | ||
FAQ.rst | ||
Features.rst | ||
GPU-Performance.rst | ||
GPU-Targets.rst | ||
GPU-Tutorial.rst | ||
GPU-Windows.rst | ||
Installation-Guide.rst | ||
Key-Events.md | ||
Makefile | ||
Parallel-Learning-Guide.rst | ||
Parameters-Tuning.rst | ||
Parameters.rst | ||
Python-API.rst | ||
Python-Intro.rst | ||
Quick-Start.rst | ||
README.rst | ||
conf.py | ||
gcc-Tips.rst | ||
index.rst | ||
make.bat |
README.rst
Documentation ============= Documentation for LightGBM is generated using `Sphinx <http://www.sphinx-doc.org/>`__. After each commit on ``master``, documentation is updated and published to `Read the Docs <https://lightgbm.readthedocs.io/>`__. Build ----- You can build the documentation locally. Just run in ``docs`` folder for Python 3.x: .. code:: sh pip install sphinx sphinx_rtd_theme make html for Python 2.x: .. code:: sh pip install mock sphinx sphinx_rtd_theme make html