fit_time# EstimatorReport.metrics.fit_time(cast=True)[source]# Get time to fit the estimator. Parameters: castbool, default=TrueWhether to cast the return value to a float. If False, the return value is None when the estimator is not fitted.