TypeError: AutoMLForecast.fit() got an unexpected ...
# general
t
TypeError: AutoMLForecast.fit() got an unexpected keyword argument 'static_features' https://nixtlaverse.nixtla.io/mlforecast/forecast.html#mlforecast-fit i get this error but static_features is supposed to be there in the params?
j
In the auto version the static features should go in the fit_config (example)
🙌 1