Show HN: Python SDK – forecasting with foundation time-series and tabular models (github.com)
We’ve built a Python SDK for running inference on foundation models designed for time-series and tabular data. They are new SOTA models for time-series and tabular tasks and work out of the box. They do not require model training or feature engineering. The link to the GitHub repository is:
https://github.com/S-FM/faim-python-client
11 comments
[ 4.8 ms ] story [ 32.8 ms ] threadhttps://news.ycombinator.com/item?id=46055919
For Chronos-2 (the current state of the art in time-series modeling), the setup is almost identical to that of LLMs because it is based on the T5 architecture. The main difference is that, in time-series models, tokens correspond to subintervals in the real-valued (ℝ) space. You can check the details here: https://arxiv.org/pdf/2510.15821