yzhao062 / pyod

A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection)

Home Page:http://pyod.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jajinkya opened this issue · 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

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

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