You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pmml.ARIMA() no longer exports models with the Exact Least Squares method. Exports where ts_type = "arima" produce PMML with Conditional Least Squares representation only. The deprecated exact_least_squares parameter has been removed.
pmml.ARIMA() now exports models with StateSpaceModel representation by default.
Major Changes
Package now exports PMML with schema version 4.4.1.
Bug Fixes
xform_function() no longer creates an unnecessary "NA" level in field_data$dataType.
xform_wrap() no longer sets field_data$dataType to factor for all columns of a tibble.