predict_time#

EstimatorReport.metrics.predict_time(*, data_source='test', cast=True)[source]#

Get prediction time if it has been already measured.

Parameters:
castbool, default=True

Whether to cast the numbers to floats. If False, the return value is None when the predictions have never been computed.