Skip to content

Releases: autodeployai/pmml4s

v1.5.8

22 Aug 18:00

Choose a tag to compare

  • Replace Math.pow by FastMath.pow for JVMs compatibility

v1.5.7

04 Aug 04:45

Choose a tag to compare

  • Improve model compatibility

v1.5.6

16 Feb 03:49

Choose a tag to compare

  • Fix the defect of residual output

v1.5.5

09 Dec 23:15

Choose a tag to compare

  1. Fix the defect of MapValues with defaultValue.
  2. Fix the defect of modelChain with special OutputFields.

v1.5.4

12 Nov 03:50

Choose a tag to compare

  1. Fix the bug of parsing CompoundRule for the ruleset model.
  2. Rewrite the for loop by while for performance.

v1.5.3

19 Oct 03:20

Choose a tag to compare

  1. Fix the serialization error in Spark further.
  2. Show the badge for Scala version support.

v1.5.2

08 Oct 06:34

Choose a tag to compare

  1. Fix the serialization error in Spark.
  2. Update usage based on the latest code.

v1.5.1

05 Oct 04:48

Choose a tag to compare

  1. Fix the defect of scoring the mining model.
  2. Refactor the code further.

v1.5.0

28 Sep 02:46

Choose a tag to compare

  1. Refactor the internal code for easy maintain and performance consideration.
  2. Leverage the new dependency commons-lang3

v1.0.3

14 Sep 18:29

Choose a tag to compare

  1. Improve inference performance of the ensemble tree.
  2. Update the dependencies.