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
I was trying to use SUOD model from pyod model list. Initially when importing SUOD ; throwing error of module not found. So I have installed SUOD with command ! pip install --pre suod . Then I was getting error of SUOD.__init__() got an unexpected keyword argument 'cost_forecast_loc_fit'.
The text was updated successfully, but these errors were encountered:
I was trying to use SUOD model from pyod model list. Initially when importing SUOD ; throwing error of module not found. So I have installed SUOD with command
! pip install --pre suod
. Then I was getting error ofSUOD.__init__() got an unexpected keyword argument 'cost_forecast_loc_fit'
.The text was updated successfully, but these errors were encountered: