From e6c8c7c569c96c5c689344ed26363cd1089a57aa Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Wed, 4 Aug 2021 16:51:16 +0300 Subject: [PATCH] Add m2cgen for transpiling ML models into PowerShell code --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9f1760e..194b216 100644 --- a/readme.md +++ b/readme.md @@ -272,6 +272,7 @@ It includes a command-line shell and an associated scripting language. ## Misc * [DbgShell](https://github.com/Microsoft/DbgShell) - A PowerShell front-end for the Windows debugger engine. +* [m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native PowerShell code with zero dependencies. * [poke](https://github.com/oising/poke) - Crazy cool reflection module for PowerShell. Explore and invoke private APIs like nobody is watching. Useful for security research, testing and quick hacks.