Vectrix Vectrix / Docs
BlogBenchmarksChangelog

Vectrix Documentation

Zero-config time series forecasting for Python

Getting Started

Install and run your first forecast in 30 seconds

2 pages

User Guide

Deep-dive into forecasting, analysis, regression, and more

8 pages

API Reference

Every class, function, and parameter documented

8 pages

Tutorials

Step-by-step walkthroughs from basics to advanced

7 pages

Blog

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())