sklearn.callback#
The sklearn.callback module implements the framework and off the shelf
callbacks for scikit-learn estimators.
Protocol for the auto-propagated callbacks |
|
Task level context for the callbacks. |
|
Mixin class to add callback support to an estimator. |
|
Protocol for the callbacks evaluated on tasks during the fit of an estimator. |
|
Callback that displays progress bars for each iterative step of an estimator. |
|
Callback that monitors a score for each iterative step of an estimator. |
|
Log for one run of a scoring monitor. |
|
Decorator to run the method within a callback context manager. |