Version 1.4.0
-
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