We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24dbf7 commit f086d2aCopy full SHA for f086d2a
tests/operators/forecast/test_errors.py
@@ -573,8 +573,10 @@ def test_arima_automlx_errors(operator_setup, model):
573
"""
574
575
576
- explanations generation is failing when boolean columns are passed. So we added label_encode before passing data to
577
- explainer
+ explanations generation is failing when boolean columns are passed.
+ TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced
578
+ any supported types according to the casting rule ''safe''
579
+ Added label encoding before passing data to explainer
580
581
582
yaml_i['spec']['horizon'] = 10
0 commit comments