jpmml/jpmml-evaluator

Builder method for disabling/customizing model schema checks

Closed this issue · 0 comments

Right now the application developer is expected to override the ModelEvaluatorBuilder#checkSchema(ModelEvaluator<?>) method.

However, this is not possible when using JPMML-Evaluator wrapper packages such as JPMML-Evaluator-Python.

See jpmml/jpmml-evaluator-python#13