Here are
50 public repositories
matching this topic...
REST web service for the true real-time scoring (<1 ms) of Scikit-Learn, R and Apache Spark models
Updated
Feb 22, 2021
Java
Nyoka is a Python library to export ML models into PMML (PMML 4.4.1 Standard).
Updated
Aug 3, 2021
Python
Updated
Jul 15, 2021
Jupyter Notebook
flink-jpmml is a fresh-made library for dynamic real time machine learning predictions built on top of PMML standard models and Apache Flink streaming engine
Updated
May 9, 2019
Scala
Serving AI/ML models in the open standard formats PMML and ONNX with both HTTP (REST API) and gRPC endpoints
Updated
May 10, 2021
Scala
Ruby Scoring API for PMML
Updated
May 18, 2021
Ruby
Code and presentation for Strata Model Serving tutorial
Updated
Sep 26, 2019
Scala
An umbrella project for multiple implementations of model serving
Updated
Sep 18, 2017
Scala
Python PMML scoring library
Updated
May 31, 2021
Python
PMML scoring library for Scala
Updated
May 31, 2021
Scala
A library to parse and convert PMML models into Scikit-learn estimators.
Updated
Jul 30, 2021
Python
Titus 2 : Portable Format for Analytics (PFA) implementation for Python 3.4+
Updated
Mar 4, 2021
Python
Generic Model Serving Implementation leveraging Flink
Generate PMML for various machine learning and statistical models.
Modeling Lifecycle with ACME Occupancy Detection and Cloudera
Updated
Sep 6, 2017
Scala
PMML scoring library for Spark as SparkML Transformer
Updated
May 11, 2021
Scala
Python PMML scoring library for PySpark as SparkML Transformer
Updated
May 12, 2021
Python
cPMML is C++ library for scoring machine learning models serialized with the Predictive Model Markup Language (PMML)
Big Life Lab Flow (BLLFlow) - a workflow for open, reproducible research. Includes support for PMML, DDI.
Lightning fast web service for machine learning model scoring
Prinz provides ML integrations for Nussknacker.
Updated
Jun 13, 2021
Scala
Demo of an In-database processing tool for scikit-learn
Updated
Apr 6, 2021
Jupyter Notebook
Crystal Scoring API for PMML
Updated
May 14, 2017
Crystal
Data analysis and PMML model framework
Updated
Jul 9, 2021
Python
Build & Convert a Spark NLP Pipeline to PMML
Convert rule set described in a simple file to a valid PMML file.
Updated
Mar 16, 2021
Java
A C# Library for Deploying PMML Artificial Neural Network Model
Improve this page
Add a description, image, and links to the
pmml
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
pmml
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Current in
BoosterUtils.encodeBinaryClassificationBooster(), some parameters we used forMiningModelUtil.createBinaryLogisticClassification()andModelUtil.createPredictedOutput()are hard-coded. It would be better if we can look into JPMML docs further to see if some of those should be exposed to users.