Skip to content

Releases: shankarpandala/lazypredict

0.3.0

15 Mar 17:58
232f7a1

Choose a tag to compare

What's Changed

Full Changelog: v0.2.16...v0.3.0

0.3.0a5

14 Mar 15:43
76708d6

Choose a tag to compare

0.3.0a5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0a4...v0.3.0a5

v0.3.0a4

10 Mar 17:24
12e4610

Choose a tag to compare

v0.3.0a4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0a3...v0.3.0a4

v0.3.0a3

10 Mar 10:57
8f73300

Choose a tag to compare

v0.3.0a3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0a2...v0.3.0a3

v0.3.0a2

10 Mar 09:26
f3d8cfa

Choose a tag to compare

v0.3.0a2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0a1...v0.3.0a2

v0.3.0a1 — LazyForecaster (Time Series)

09 Mar 19:30

Choose a tag to compare

What's New

Time Series Forecasting — LazyForecaster

Benchmark 26 forecasting models in a single call:

  • Statistical: Naive, SeasonalNaive, SimpleExpSmoothing, Holt, HoltWinters (add/mul), Theta, SARIMAX, AutoARIMA
  • Machine Learning: LinearRegression, Ridge, Lasso, ElasticNet, KNN, SVR, DecisionTree, RandomForest, GradientBoosting, AdaBoost, Bagging, ExtraTrees, XGBoost, LightGBM
  • Deep Learning: LSTM, GRU (via PyTorch)
  • Foundation Model: Google TimesFM 2.5 (200M-parameter zero-shot pretrained transformer)

Features

  • Automatic seasonal period detection via autocorrelation (ACF)
  • Exogenous variable support for SARIMAX, AutoARIMA, and ML models
  • Cross-validation with expanding window (TimeSeriesSplit)
  • New forecasting metrics: MAPE, SMAPE, MASE
  • New install extras: pip install lazypredict[timeseries], [deeplearning], [foundation]
  • Added categorical_encoder parameter to LazyClassifier and LazyRegressor
  • Refactored Supervised.py with type hints, logging, and input validation

Install

pip install lazypredict==0.3.0a1

v0.2.16

05 Apr 19:47
4a3010d

Choose a tag to compare

What's Changed

Full Changelog: v0.2.15...v0.2.16

v0.2.15

01 Apr 19:46
144a816

Choose a tag to compare

What's Changed

Full Changelog: v0.2.13...v0.2.15

v0.2.14-alpha.1

02 Nov 17:52

Choose a tag to compare

v0.2.14-alpha

02 Nov 16:02

Choose a tag to compare