sklearn.exceptionsFitFailedWarning

class sklearn.exceptions.FitFailedWarning

[源码]

如果拟合估计器时出现错误,则使用警告类。

此警告用于元估计器GridSearchCV和RandomizedSearchCV以及交叉验证助手函数cross_val_score中,用于在拟合估计器时警告出现错误。

在版本0.18中更改:从sklearn.cross_validation转移。

属性 说明
args -

方法

方法 说明
with_traceback() Exception.with_traceback(tb) – set self.traceback to tb and return self.
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.