Vectrix Documentation
Zero-config time series forecasting for Python
Getting Started
Install and run your first forecast in 30 seconds
2 pagesUser Guide
Deep-dive into forecasting, analysis, regression, and more
8 pagesAPI Reference
Every class, function, and parameter documented
8 pagesTutorials
Step-by-step walkthroughs from basics to advanced
7 pagesBlog
Learn forecasting from fundamentals to advanced techniques
Benchmarks
M3/M4 competition results and speed comparisons
Changelog
Version history and release notes
pip install vectrix from vectrix import forecast
result = forecast(data, steps=30)
print(result.summary())