diff --git a/doc/related_projects.rst b/doc/related_projects.rst index e23d70b3963fd..1488195381dcc 100644 --- a/doc/related_projects.rst +++ b/doc/related_projects.rst @@ -123,6 +123,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 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 latency.