#13 · Primary category: Time Series Machine Learning

nixtla

agent agentic-ai anomaly-detection artificial-intelligence deep-learning forecasting foundation-models generative-ai-time-series gpt gpts llm llms time-series time-series-forecasting timegpt

Production-ready time series foundation model for forecasting and anomaly detection, pre-trained on over 100 billion data points.

Project last updated:08/28/26

GitHub Stars

4.0K

Forks

333

Contributors

31

License

Other

Why we included this project

TimeGPT is a pre-trained time series transformer, and this repository is its official Python client. You give it a pandas DataFrame with timestamps and values, make one forecast call, and get predictions with confidence intervals back. There is no model training or feature engineering to set up, and the same API also covers anomaly detection, fine-tuning on your own data, multiple series in one call, exogenous variables like holidays or prices, and cross-validation. That makes it a fast path for teams that need solid retail, electricity, finance, or IoT forecasts without building a bespoke pipeline. If you already work with Spark, Dask, or Ray, the client scales across large datasets, and a Snowflake deployment option runs forecasts inside your warehouse. Worth a look for anyone who wants production forecasts in a few lines of code and the option to fine-tune later.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category