fit_time#

EstimatorReport.metrics.fit_time(cast=True)[source]#

Get time to fit the estimator.

Parameters:
castbool, default=True

Whether to cast the return value to a float. If False, the return value is None when the estimator is not fitted.