iamDecode/sklearn-pmml-model
A library to parse and convert PMML models into Scikit-learn estimators.
This tool helps data scientists and machine learning engineers operationalize models created in various platforms. It takes a model saved in the PMML format (a common standard for analytical models) and converts it into a Scikit-learn estimator within Python. This allows you to integrate and use models from different systems seamlessly within a Python-based data science workflow.
Available on PyPI.
Use this if you need to load and use a predictive model, developed in a different software or programming language, within your Python Scikit-learn environment.
Not ideal if you are exclusively developing and deploying models directly within Scikit-learn from the start.
Stars
78
Forks
17
Language
Python
License
BSD-2-Clause
Category
Last pushed
Mar 18, 2026
Commits (30d)
0
Dependencies
5
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/iamDecode/sklearn-pmml-model"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
vecxoz/vecstack
Python package for stacking (machine learning technique)
yzhao062/combo
(AAAI' 20) A Python Toolbox for Machine Learning Model Combination
flennerhag/mlens
ML-Ensemble – high performance ensemble learning
aws-samples/aws-machine-learning-university-dte
Machine Learning University: Decision Trees and Ensemble Methods
jeffrichardchemistry/pyECLAT
A package for association analysis using the ECLAT method.