pmml4s icon indicating copy to clipboard operation
pmml4s copied to clipboard

PMML scoring library for Scala

Results 6 pmml4s issues
Sort by recently updated
recently updated
newest added

Does pmml4s java support JDK17?

I exported my tree based regression model to PMML format. And based on this library I load the model file, evaluate it with unit cases and found its output score...

I have a Java project that i am working on that uses JDK11 to code and is compiled using the 1.8 version. I have also used the scala-library-2.13.8.jar and the...

in the list here I don't see the datadictionnary : https://github.com/autodeployai/pmml4s/blob/ce27758e66f8b99741700cab8a48c0903e2c2a0b/src/main/scala/org/pmml4s/xml/ModelBuilder.scala#L172 that is specified here: https://dmg.org/pmml/v4-1/DataDictionary.html is there a way to support it without creating a PR on this lib...

Hi @scorebot , Instead of throwing N/A , can we get detailed exception thrown via pmml4s jar version ? which might be easier to debug Thanks for your valuable contribution