* Fix #3663: Allow sklearn API to use callbacks * Fix lint * Add Callback API to Python API doc
This commit is contained in:
committed by
Philip Hyunsu Cho
parent
5a8bbb39a1
commit
4b43810f51
@@ -53,3 +53,15 @@ Plotting API
|
||||
.. autofunction:: xgboost.plot_tree
|
||||
|
||||
.. autofunction:: xgboost.to_graphviz
|
||||
|
||||
.. _callback_api:
|
||||
|
||||
Callback API
|
||||
------------
|
||||
.. autofunction:: xgboost.callback.print_evaluation
|
||||
|
||||
.. autofunction:: xgboost.callback.record_evaluation
|
||||
|
||||
.. autofunction:: xgboost.callback.reset_learning_rate
|
||||
|
||||
.. autofunction:: xgboost.callback.early_stop
|
||||
|
||||
Reference in New Issue
Block a user