I am trying to use a time-series forecasting model that was trained and downloaded from azure automl to firts hand validate my test sample and ultimately use it on my local machine but I am running throught this problem :

WARNING:root:Received unrecognized parameters for FeaturizationConfig
Traceback (most recent call last):

File "C:\Users\baril\AppData\Local\R-MINI~1\lib\site-packages\pandas\core\indexes\base.py", line 3361, in get_loc
return self._engine.get_loc(casted_key)

File "pandas_libs\index.pyx", line 76, in pandas._libs.index.IndexEngine.get_loc

File "pandas_libs\index.pyx", line 108, in pandas._libs.index.IndexEngine.get_loc

File "pandas_libs\hashtable_class_helper.pxi", line 5198, in pandas._libs.hashtable.PyObjectHashTable.get_item

File "pandas_libs\hashtable_class_helper.pxi", line 5206, in pandas._libs.hashtable.PyObjectHashTable.get_item

KeyError: 'date'

The date columns is the timestamp, it is in the format : date
2019-01-01 00:00:00 and I have one such row per month.

I have try to go through the process with the documentation but it still gives me the same error message.

Is there some step of preprocessing that I shoud have done ?

Thanks for your help

Hello @Cynthia Iaboni
Please have a look at this SO thread , it may help with your error.
https://stackoverflow.com/questions/47603430/pandas-libs-hashtable-pyobjecthashtable-get-item-keyerror-0

Please comment in the below section for further help in this matter.