pyod
pyod copied to clipboard
TypeError: SUOD.__init__() got an unexpected keyword argument 'cost_forecast_loc_fit'
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'.
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