GitPedia

Timemachines

Predict time-series with one line of code.

From microprediction·Updated June 26, 2026·View on GitHub·

**`timemachines` is deprecated and has been replaced by [`skaters`](https://github.com/microprediction/skaters).** The project is written primarily in Python, distributed under the MIT License license, first published in 2021. Key topics include: prediction, prediction-algorithm, predictions, predictive-modeling, time-series.

Latest release: v1.0.0
June 26, 2026View Changelog →

timemachines ⚠️ DEPRECATED

timemachines is deprecated and has been replaced by skaters.

skaters is a faster, lighter univariate forecasting package that runs in Pyodide. It completely supersedes timemachines.

skating

Migrate

bash
pip install skaters
python
from skaters import laplace

Compatibility shim

For now, timemachines is just a thin shim over skaters. It re-exports laplace so existing imports keep working, and emits a DeprecationWarning:

python
from timemachines import laplace # still works, but please switch to skaters

Everything else that used to live in timemachines (the skaters/skatertools subpackages, the per-package model adapters, evaluation tooling, etc.) has been removed. If you depend on any of it, pin an old release (timemachines<0.21) or, better, move to skaters.

MIT licensed.

Contributors

Showing top 4 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from microprediction/timemachines via the GitHub API.Last fetched: 6/27/2026