iamDecode / sklearn-pmml-model

A library to parse and convert PMML models into Scikit-learn estimators.
BSD 2-Clause "Simplified" License
76 stars 15 forks source link

Improve README.md example #17

Open iamDecode opened 4 years ago

iamDecode commented 4 years ago

It would be nicer to include the export of PMML in the example. So some R code training a basic model, and using the pmml library to import it. Then some Python code to import the model and use it.

iamDecode commented 3 years ago

This was partially addressed in #23