Problem with local machine downloaded time-series model

Cynthia Iaboni 1 Reputation point
2021-08-20T14:48:04.82+00:00

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

Azure Time Series Insights
Azure Time Series Insights
An Azure internet of things (IoT) analytics platform to monitor, analyze, and visualize industrial IoT analytics data at scale.
74 questions
{count} votes

1 answer

Sort by: Most helpful
  1. QuantumCache 20,031 Reputation points
    2021-08-25T16:40:58.423+00:00

    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.

    0 comments No comments