How to use the PMML model in Java?

mathilde picture mathilde · Apr 6, 2017 · Viewed 8k times · Source

i have build a python file based on randomforestclassifier and made a PMML model, now we need to use this PMML in Java to classify the data into 2 catagories..but this is new to me and i don't know how to handle the java part..

Answer

Florian H picture Florian H · Apr 6, 2017

Google: pmml java

Second Link is https://github.com/jpmml/jpmml-evaluator

There you have a library with examples. So try it and come back if you have problems.