antoinecarme/pyaf
PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
Need to predict future trends from your business data? This tool takes a history of dated numbers, like daily sales or website visits, and automatically produces a forecast of what those numbers will be in the future. It's designed for data analysts, business intelligence specialists, or operations managers who need reliable predictions without deep statistical expertise.
460 stars. Available on PyPI.
Use this if you have a single sequence of numbers over time (a time series) and want an automated way to predict future values with high accuracy.
Not ideal if your data is not time-based or if you require extensive manual control over every step of the forecasting model selection and parameter tuning.
Stars
460
Forks
73
Language
Python
License
BSD-3-Clause
Category
Last pushed
Feb 27, 2026
Commits (30d)
0
Dependencies
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/antoinecarme/pyaf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
sktime/sktime
A unified framework for machine learning with time series
aeon-toolkit/aeon
A toolkit for time series machine learning and deep learning
Nixtla/neuralforecast
Scalable and user friendly neural :brain: forecasting algorithms.
tslearn-team/tslearn
The machine learning toolkit for time series analysis in Python
Nixtla/mlforecast
Scalable machine 🤖 learning for time series forecasting.