autodeployai / pmml4s

PMML scoring library for Scala
https://www.pmml4s.org/
Apache License 2.0
58 stars 9 forks source link

Support of DataDiitonnary #30

Open delcroip opened 2 weeks ago

delcroip commented 2 weeks ago

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 ?

br

scorebot commented 2 weeks ago

The PMML_SUPPORTED_MODELS just contains a list of supported model types, while the DataDictionary is for the metadata of fields involved in the model, it's definitely supported, for details see the class: https://github.com/autodeployai/pmml4s/blob/master/src/main/scala/org/pmml4s/metadata/DataDictionary.scala