Skip to content

Releases: alkaline-ml/pmdarima

Version 0.4

01 Jul 02:39
Compare
Choose a tag to compare

Version 0.4 adds several bug fixes, optimizations, and two major additions:

  1. Stepwise auto_arima solving (rather than merely grid search)
  2. AICc ARIMA selection criterion

Version 0.3

22 Jun 12:48
Compare
Choose a tag to compare

Version 0.3 allows out-of-sample scoring to be used as a metric for ARIMA parameter selection in the auto_arima function.

Version 0.2 pre-release

05 Jun 12:20
Compare
Choose a tag to compare
Pre-release

Version 0.2 adds:

  • Option to return all fitted models
  • Ability to fit randomized ARIMA search (rather than exhaustive)
  • Several bug fixes

Version 0.1 pre-release

02 Jun 17:41
Compare
Choose a tag to compare
Pre-release

This is the initial release of pyramid. Notable inclusions:

  • pyramid.arima.ARIMA
  • pyramid.arima.auto_arima