Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harden the MiningSchema element of ensemble models #171

Closed
vruusmann opened this issue Dec 30, 2021 · 1 comment
Closed

Harden the MiningSchema element of ensemble models #171

vruusmann opened this issue Dec 30, 2021 · 1 comment

Comments

@vruusmann
Copy link
Member

Example: jpmml/jpmml-evaluator#237

Specifically, should add checks that:

  1. Missing values can't enter the model body.
  2. The Output element can't perform transformations on a missing prediction.
  3. One model segment can't pass a missing value to another segment.

Currently, specifying Segmenttation@missingPredictionTreatment="returnMissing" doesn't seem to suffice.

@vruusmann
Copy link
Member Author

The evaluator side of this issue was refactored in jpmml/jpmml-evaluator@9e94081 (included in JPMML-Evaluator 1.6.4 and newer).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant