Skip to content

pmml v2.4.0

Compare
Choose a tag to compare
@dbolotov dbolotov released this 19 Jan 21:23
· 90 commits to master since this release

pmml 2.4.0

Breaking Changes

  • 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.