You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TimesFM 1.0/2.0 string timestamps: _TimesFMV1.forecast() now coerces ds with maybe_convert_col_to_datetime before calling timesfm_v1.forecast_on_df. This fixes failures when callers pass string timestamps (for example after a pandas JSON roundtrip over a remote worker boundary).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Fixes
_TimesFMV1.forecast()now coercesdswithmaybe_convert_col_to_datetimebefore callingtimesfm_v1.forecast_on_df. This fixes failures when callers pass string timestamps (for example after a pandas JSON roundtrip over a remote worker boundary).Full Changelog: v0.1.3...v0.1.4
This discussion was created from the release v0.1.4: fix: coerce ds to datetime in TimesFM 1.0/2.0 forecast.
All reactions