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 README.md #36

Closed faisal-fida closed 1 month 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:

google-cla[bot] commented 1 month ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.