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.03k stars 227 forks source link

feat: allow None freq in forecast_on_df #12

Closed AzulGarza closed 1 month ago

AzulGarza commented 1 month ago

this pr allows using None as freq in the TimesFm.forecast_on_df method. since TimesFm.forecast already supports that value, this pr extends that functionality.