Importing PMML models into Python (Scikit-learn)
问题 There seem to be a few options for exporting PMML models out of scikit-learn, such as sklearn2pmml, but a lot less information going in the other direction. My case is an XGboost model previously built in R, and saved to PMML using r2pmml, that I would like to use in Python. Scikit normally uses pickle to save/load models, but is it also possible to import models into scikit-learn using PMML? 回答1: You can't connect different specialized representations (such as R and Scikit-Learn native data