-
Notifications
You must be signed in to change notification settings - Fork 114
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
Generalize model verification to unsupervised learning methods, custom output fields #97
Comments
Model verification is most useful with supervised learning methods such as regression and classification, where there is a "clear" target field to be checked. Clustering is an unsupervised learning method. As the target field is missing, then something else needs to be checked, such as the distance of the verification data record to a (sub)set of clusters (in PMML speak, "cluster affinities"). |
Thank you for the quick response. Do you have any example PMML file which uses this? |
Integration tests for the So, instead of saving cluster affinities to a CSV file, they should be bundled into the PKL file so that the JPMML-SkLearn library could see them.
Not a priority for me. But lets keep this issue open, as a means to track ideas/progress on this topic (and related topics). |
Hi, Thanks, |
For kmeans algorithm, not getting ModelVerification section/tag in generated pmml file.
The text was updated successfully, but these errors were encountered: