sklearn-pmml-model

Documentation#

A library to effortlessly import models trained on different platforms and with programming languages into scikit-learn in Python. First export your model to PMML (widely supported). Next, load the exported PMML file with this library, and use the class as any other scikit-learn estimator.

Install

The easiest way to install sklearn-pmml-model is to use pip by running:

$ pip install sklearn-pmml-model

Alternatively, you can install from source using the details described on GitHub.