alex-pirozhenko / sklearn-pmml

A library that allows serialization of SciKit-Learn estimators into PMML
MIT License
70 stars 17 forks source link

Any Example for sklearn-pmml? #26

Open charmp opened 8 years ago

charmp commented 8 years ago

I can't find any example or demo for the usage of this package. Can we provide some sample code?

swang2016 commented 7 years ago

Any update on this? Would definitely appreciate some sample code. Thanks!

alex-pirozhenko commented 7 years ago

I strongly recommend using sklearn2pmml by the JPMML team - it has a very detailed documentation and is super easy to use. Plus, they promise the full compatibility with jpmml-evaluator, which proved to be the best library to process PMML in Java at the moment.