Basic question: I know that models created in R and SAS can be saved as PMML. But what is the next step?
For example, are there Java and Python libraries that automatically execute regressions stored as PMML, where you just pass in a PMML file for parsing and the library does the rest? Or is PMML just a standard that usually results in an engineer still having to translate the code from scratch?
Obviously there are Java and Python packages that extract PMML files and return the evaluation.