Skip to content

Commit f086d2a

Browse files
committed
changes for error in explanation
1 parent e24dbf7 commit f086d2a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/operators/forecast/test_errors.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,10 @@ def test_arima_automlx_errors(operator_setup, model):
573573
"""
574574

575575
"""
576-
explanations generation is failing when boolean columns are passed. So we added label_encode before passing data to
577-
explainer
576+
explanations generation is failing when boolean columns are passed.
577+
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
578580
"""
579581

580582
yaml_i['spec']['horizon'] = 10

0 commit comments

Comments
 (0)