EstimatorCheckFailedWarning#(估计器检查失败警告)
- 异常 sklearn.exceptions.EstimatorCheckFailedWarning(*, estimator, check_name: str, exception: Exception, status: str, expected_to_fail: bool, expected_to_fail_reason: str)[源代码]#
当公共测试中的估计器检查失败时引发的警告。
- 参数:
- estimator估计器对象
测试失败的估计器实例。
- check_namestr
失败的检查名称。
- exceptionException
失败检查引发的异常。
- statusstr
检查的状态。
- expected_to_failbool
检查是否预期会失败。
- expected_to_fail_reasonstr
预期失败的原因。