Metadata-Version: 2.1
Name: tl2cgen
Version: 0.2.2
Summary: TL2cgen: Compiler for decision tree models
Project-URL: documentation, https://tl2cgen.readthedocs.io/en/latest/
Project-URL: repository, https://github.com/dmlc/tl2cgen
Author-email: Hyunsu Cho <chohyu01@cs.washington.edu>
License: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: scipy
Requires-Dist: treelite-runtime<4,>=3.4
Requires-Dist: treelite<4,>=3.4
Provides-Extra: scikit-learn
Requires-Dist: scikit-learn; extra == 'scikit-learn'
Provides-Extra: testing
Requires-Dist: hypothesis; extra == 'testing'
Requires-Dist: pandas; extra == 'testing'
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: scikit-learn; extra == 'testing'
Description-Content-Type: text/x-rst

======================
TL2cgen Python Package
======================

|PyPI version|

.. |PyPI version| image:: https://badge.fury.io/py/tl2cgen.svg
   :target: http://badge.fury.io/py/tl2cgen

**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.

See the documentation for more details.
