BayesWitnesses / m2cgen

Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies
MIT License
2.76k stars 238 forks source link

Add support for piecewise linear gradient boosting trees in LightGBM #382

Open StrikerRUS opened 3 years ago

StrikerRUS commented 3 years ago

https://lightgbm.readthedocs.io/en/latest/Parameters.html#linear_tree https://github.com/microsoft/LightGBM/pull/3299

Possible depends on the following upstream issue: https://github.com/microsoft/LightGBM/issues/4186.

replacementAI commented 11 months ago

@StrikerRUS is there an update on the above?