pypi pmdarima 1.1.0
Version 1.1.0

latest releases: 0.0.0, 2.0.4, 2.0.3...
5 years ago

Release 1.1.0 adds:

  • ARIMA.plot_diagnostics method, as requested in #49
  • Adds new arg to ARIMA constructor and auto_arima: with_intercept (default is True).
  • New default for trend is no longer 'c', it is None.
  • Added to_dict method to ARIMA class to address #54
  • The 'PMDARIMA_CACHE' and 'PMDARIMA_CACHE_WARN_SIZE' environment variables are
    now deprecated, since they no longer need to be used. They will be removed in v1.2.0
  • Added versioned documentation. All releases' doc (from 0.9.0 onward) is now available
    at alkaline-ml.com/pmdarima/<version>
  • Python 3.7 support(!!)

Don't miss a new pmdarima release

NewReleases is sending notifications on new releases.