google-research / timesfm

TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.
https://research.google/blog/a-decoder-only-foundation-model-for-time-series-forecasting/
Apache License 2.0
3.02k stars 228 forks source link

Update frequency code in README to address FutureWarning in processing.py #37

Closed faisal-fida closed 2 days ago

faisal-fida commented 1 month ago

Fix: Update frequency code to address FutureWarning in processing.py

The use of 'M' frequency is deprecated and will be removed in a future version of pandas. Updated the code to use 'ME' instead as recommended in the warning message.

Changes:

Reference:

faisal-fida commented 2 weeks ago

@siriuz42 Hi, could you please review and merge this pull request? I'd appreciate it!