.. image:: https://user-images.githubusercontent.com/1223300/41346080-c2c910a0-6f05-11e8-89e9-71a72bb9543f.png :width: 300px :alt: 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. .. raw:: html

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.

.. toctree:: :maxdepth: 4 :caption: Contents: Install Contribute Release notes