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 isNonewhen the estimator is not fitted.
- Returns:
- float or None
The fit time in seconds, or
Nonewhen not available.