Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
b53cd80f
Commit
b53cd80f
authored
May 07, 2017
by
Tsukasa OMOTO
Committed by
Guolin Ke
May 07, 2017
Browse files
docs: improve python api documents on Read the Docs (#500)
parent
f1b08ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
39 deletions
+39
-39
docs/python/lightgbm.rst
docs/python/lightgbm.rst
+39
-39
No files found.
docs/python/lightgbm.rst
View file @
b53cd80f
lightgbm package
================
lightgbm\.basic
---------------
.. automodule:: lightgbm.basic
:members:
:undoc-members:
:show-inheritance:
lightgbm\.callback
Data Structure API
------------------
.. auto
module
:: lightgbm.
callback
.. auto
class
:: lightgbm.
Dataset
:members:
:undoc-members:
:show-inheritance:
lightgbm\.compat
----------------
.. automodule:: lightgbm.compat
.. autoclass:: lightgbm.Booster
:members:
:undoc-members:
:show-inheritance:
lightgbm\.engine
Training API
------------
.. autofunction:: lightgbm.train
.. autofunction:: lightgbm.cv
Scikit-learn API
----------------
.. auto
module
:: lightgbm.
engine
.. auto
class
:: lightgbm.
LGBMModel
:members:
:undoc-members:
:show-inheritance:
lightgbm\.libpath
-----------------
.. automodule:: lightgbm.libpath
.. autoclass:: lightgbm.LGBMClassifier
:members:
:undoc-members:
:show-inheritance:
lightgbm\.plotting
------------------
.. automodule:: lightgbm.plotting
.. autoclass:: lightgbm.LGBMRegressor
:members:
:undoc-members:
:show-inheritance:
lightgbm\.sklearn
-----------------
.. automodule:: lightgbm.sklearn
.. autoclass:: lightgbm.LGBMRanker
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
Callbacks
---------
.. autofunction:: lightgbm.early_stopping
.. autofunction:: lightgbm.print_evaluation
.. autofunction:: lightgbm.record_evaluation
.. autofunction:: lightgbm.reset_parameter
Plotting
--------
.. autofunction:: lightgbm.plot_importance
.. autofunction:: lightgbm.plot_metric
.. autofunction:: lightgbm.plot_tree
.. autofunction:: lightgbm.create_tree_digraph
.. automodule:: lightgbm
:members:
:undoc-members:
:show-inheritance:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment