I have pmml file generated by python having random forest classifier, I need to test the model again in python. Kindly let me know how to import the pmml
file back to python so that I can test the model using new dataset.
I have tried using titanium
package but it went to error because of the version issue of PMML.
The expected output to be the predicted value of the model so that I can verify the accuracy of the model.