From 6d73f0615a31179dbd44478a9269b923d4771211 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sun, 1 Aug 2021 04:05:36 +0300 Subject: [PATCH 1/2] DOC Add m2cgen to related projects --- doc/related_projects.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/related_projects.rst b/doc/related_projects.rst index 033d53ddb94ee..a914ab6f21bc8 100644 --- a/doc/related_projects.rst +++ b/doc/related_projects.rst @@ -118,6 +118,11 @@ enhance the functionality of scikit-learn's estimators. - `sklearn-porter `_ Transpile trained scikit-learn models to C, Java, Javascript and others. +- `m2cgen `_ + A lightweight library which provides an easy way to transpile trained machine + learning models including many scikit-learn estimators into a native code of + C, Java, Go, R, PHP, Dart, Haskell, Rust and many other programming languages. + - `treelite `_ Compiles tree-based ensemble models into C code for minimizing prediction latency. From 1c9c375bf36abd595840b18b5d38f700d9afe85d Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sun, 1 Aug 2021 04:08:28 +0300 Subject: [PATCH 2/2] simplify description --- doc/related_projects.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/related_projects.rst b/doc/related_projects.rst index a914ab6f21bc8..c54fb8d7e83a6 100644 --- a/doc/related_projects.rst +++ b/doc/related_projects.rst @@ -119,9 +119,9 @@ enhance the functionality of scikit-learn's estimators. Transpile trained scikit-learn models to C, Java, Javascript and others. - `m2cgen `_ - A lightweight library which provides an easy way to transpile trained machine - learning models including many scikit-learn estimators into a native code of - C, Java, Go, R, PHP, Dart, Haskell, Rust and many other programming languages. + A lightweight library which allows to transpile trained machine learning + models including many scikit-learn estimators into a native code of C, Java, + Go, R, PHP, Dart, Haskell, Rust and many other programming languages. - `treelite `_ Compiles tree-based ensemble models into C code for minimizing prediction