You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @731315163 , the error message is related to pandas and the data itself. Can you check the index stuff works w/o involving flaml?
Besides, you're using the same savepath for both best config and the automl instance.
= X[self.regressors]
File "/usr/app/regression/venv/lib/python3.10/site-packages/pandas/core/frame.py", line 3899, in getitem
indexer = self.columns._get_indexer_strict(key, "columns")[1]
File "/usr/app/regression/venv/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 6115, in _get_indexer_strict
self._raise_if_missing(keyarr, indexer, axis_name)
File "/usr/app/regression/venv/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 6179, in _raise_if_missing
raise KeyError(f"{not_found} not in index")
KeyError: "['index_sin1', 'index_sin6', 'index_cos5', 'index_second_cos', 'index_sin2', 'index_second_sin', 'index_cos4', 'index_minute_cos', 'index_dayofweek_sin', 'index_cos1', 'index_month_cos', 'index_dayofyear_sin', 'index_sin3', 'index_sin5', 'index_cos3', 'index_hour_sin', 'index_cos6', 'index_hour_cos', 'index_month_sin', 'index_minute_sin', 'index_sin4', 'index_cos2', 'index_quarter_sin', 'index_quarter_cos', 'index_dayofyear_cos', 'index_dayofweek_cos'] not in index"
The text was updated successfully, but these errors were encountered: