Skip to content

Commit d21a297

Browse files
committed
Merge pull request scikit-learn#5798 from vruusmann/patch-1
Added a related PMML serialization project
2 parents b065099 + 81e8ef7 commit d21a297

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/related_projects.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ enhance the functionality of scikit-learn's estimators.
2727
- `sklearn-pmml <https://github.com/alex-pirozhenko/sklearn-pmml>`_
2828
Serialization of (some) scikit-learn estimators into PMML.
2929

30+
- `sklearn2pmml <https://github.com/jpmml/sklearn2pmml>`_
31+
Serialization of a wide variety of scikit-learn estimators and transformers
32+
into PMML with the help of `JPMML-SkLearn <https://github.com/jpmml/jpmml-sklearn>`_
33+
library.
34+
3035
Other estimators and tasks
3136
--------------------------
3237

0 commit comments

Comments
 (0)