jpmml / jpmml-evaluator-python

PMML evaluator library for Python
GNU Affero General Public License v3.0
20 stars 9 forks source link

Convert PMML serialized model to Sklearn #24

Closed sashankchittoory closed 2 weeks ago

sashankchittoory commented 2 weeks ago

Hi Team

Is it possilbe to convert PMML serialized model to scikit-learn model instance using jpmml-evaluator-python library

vruusmann commented 2 weeks ago

Is it possilbe to convert PMML serialized model to scikit-learn model instance ...

See this project instead: https://github.com/iamDecode/sklearn-pmml-model

.. using jpmml-evaluator-python library

The JPMML-Evaluator-Python package provides PMML-based prediction services for the Python language environment. It does not have any ambitions beyond that.

sashankchittoory commented 2 weeks ago

Thanks for the reply ..