I have a PMML file which encodes a logistic regression model that was NOT exported from MLlib.
How can I import the model from PMML using MLlib in Java for evaluation/prediction?
(I know that MLlib can export to PMML, but I need to import from PMML)