yzhao062 / pyod

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
http://pyod.readthedocs.io
BSD 2-Clause "Simplified" License
8.27k stars 1.35k forks source link

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

Open jajinkya opened 5 months ago

jajinkya commented 5 months ago

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

yzhao062 commented 5 months ago

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

jajinkya commented 5 months ago

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