ProgressBar#

class sklearn.callback.ProgressBar(max_propagation_depth=1)[source]#

Callback that displays progress bars for each iterative step of an estimator.

Parameters:
max_propagation_depthint, default=1

The maximum depth of nested levels of estimators to display progress bars for. 0 means that the progress of only the outermost estimator is displayed. If set to None, all levels are displayed.