jpmml / jpmml-r

Java library and command-line application for converting R models to PMML
GNU Affero General Public License v3.0
33 stars 8 forks source link

Schema hardening - auto generate missing value replacement attribute #10

Open nyug opened 6 years ago

nyug commented 6 years ago

[Enhancement request]: This is related to: https://github.com/jpmml/jpmml-evaluator/issues/54 where it is seen that a "schema hardening mechanism" is desirable in cases where the input's MiningField@missingValueReplacement attribute is auto generated for input field wherever it may seem applicable. This could prevent the model from considering it as a no-input/missing inout and may lead to exceptions.