Skip to content

Releases: autodeployai/pmml4s

v1.5.4

12 Nov 03:50
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  1. Improve inference performance of the ensemble tree.
  2. Update the dependencies.

v1.0.2

28 Aug 22:33
6189309
Compare
Choose a tag to compare
  • Improve Inference performance.
  • Fix several defects reported by users.

v1.0.1

09 Feb 13:02
Compare
Choose a tag to compare
  • This release is cross released for Scala 2.10, 2.11, 2.12, 2.13 and 3 (3.1.3).
  • Remove the dependency scala-xml, and parse the XML by the javax.xml.stream.XMLEventReader of Java instead.