Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.02 KB

TL2cgen

Documentation Status codecov GitHub license PyPI version Conda Version

TL2cgen is a model compiler for decision tree models. You can convert any decision tree models (random forests, gradient boosting models) into C code and distribute it as a native binary.

TL2cgen seamlessly integrates with Treelite. Any tree models that are supported by Treelite can be translated using TL2cgen.

How are Treelite and TL2cgen related?

See this page.