TypeError: SUOD.__init__() got an unexpected keyword argument 'cost_forecast_loc_fit'
Author: jajinkyaCreated Feb 9, 2024Updated Sep 18, 2026
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'.
Source: yzhao062/pyod