Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@tgsmith61591 tgsmith61591 released this 06 Nov 13:18
· 304 commits to master since this release
45606b2
  • Fixes #191, an issue where the OCSB test could raise ValueError: negative dimensions are not allowed" in OCSB test

  • Add option to automatically inverse-transform endogenous transformations when predicting
    from pipelines (#197)

  • Add predict_in_sample to pipeline (#196)

  • Parameterize dtype option in datasets module

  • Adds the model_selection submodule, which defines several different cross-validation
    classes as well as CV functions:

    • pmdarima.model_selection.RollingForecastCV
    • pmdarima.model_selection.SlidingWindowForecastCV
    • pmdarima.model_selection.cross_validate
    • pmdarima.model_selection.cross_val_score
  • Adds the pmdarima.datasets.load_taylor dataset