pyod icon indicating copy to clipboard operation
pyod copied to clipboard

TypeError: SUOD.__init__() got an unexpected keyword argument 'cost_forecast_loc_fit'

Open jajinkya opened this issue 2 years ago • 3 comments

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'.

image

jajinkya avatar Feb 09 '24 06:02 jajinkya

Please try to update pyod to 1.1.3. I just release this version

yzhao062 avatar Feb 09 '24 07:02 yzhao062

It is resolved after updating the pyod library to 1.1.3. Thanks

jajinkya avatar Feb 09 '24 11:02 jajinkya