#13 · Primary category: Time Series Machine Learning
nixtla
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
netdata
The fastest path to AI-powered full stack observability, even for lean teams.
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
sktime
A unified framework for machine learning with time series
darts
A python library for user-friendly forecasting and anomaly detection on time series.
featuretools
An open source python library for automated feature engineering