Releases: autodeployai/pmml4s
Releases · autodeployai/pmml4s
v1.5.4
- Fix the bug of parsing CompoundRule for the ruleset model.
- Rewrite the for loop by while for performance.
v1.5.3
- Fix the serialization error in Spark further.
- Show the badge for Scala version support.
v1.5.2
- Fix the serialization error in Spark.
- Update usage based on the latest code.
v1.5.1
- Fix the defect of scoring the mining model.
- Refactor the code further.
v1.5.0
- Refactor the internal code for easy maintain and performance consideration.
- Leverage the new dependency
commons-lang3
v1.0.3
- Improve inference performance of the ensemble tree.
- Update the dependencies.
v1.0.2
- Improve Inference performance.
- Fix several defects reported by users.
v1.0.1
- 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.