Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TL2cgen Python Package

PyPI version

TL2cgen is a compiler for decision tree models: you can convert any decision tree models (Random Forests, Gradient Boosting) into C code and compile it to a native binary.

If you're installing TL2cgen using Pip (pip install tl2cgen), make sure to install the companion package TL2cgen-Runtime (pip install tl2cgen-runtime).

See the documentation for more details.