You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.11/site-packages/supervised/base_automl.py", line 2511, in _need_retrain
change = np.abs((old_score - new_score) / old_score)
numpy.core._exceptions._UFuncNoLoopError: ufunc 'subtract' did not contain a loop with signature matching types (dtype('<U19'), dtype('float64')) -> None
The text was updated successfully, but these errors were encountered:
File "/usr/local/lib/python3.11/site-packages/supervised/base_automl.py", line 2511, in _need_retrain
change = np.abs((old_score - new_score) / old_score)
numpy.core._exceptions._UFuncNoLoopError: ufunc 'subtract' did not contain a loop with signature matching types (dtype('<U19'), dtype('float64')) -> None
The text was updated successfully, but these errors were encountered: