https://github.com/dmlc/treelite
Universal model exchange and serialization format for decision tree forests
https://github.com/dmlc/treelite
Last synced: about 1 month ago
JSON representation
Universal model exchange and serialization format for decision tree forests
- Host: GitHub
- URL: https://github.com/dmlc/treelite
- Owner: dmlc
- License: apache-2.0
- Created: 2017-06-28T23:39:47.000Z (almost 8 years ago)
- Default Branch: mainline
- Last Pushed: 2025-05-12T19:34:48.000Z (about 2 months ago)
- Last Synced: 2025-05-12T20:47:33.919Z (about 2 months ago)
- Language: C++
- Homepage: https://treelite.readthedocs.io/en/latest/
- Size: 7.75 MB
- Stars: 769
- Watchers: 39
- Forks: 103
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Treelite

[](http://treelite.readthedocs.io/en/latest/?badge=latest)
[](https://codecov.io/gh/dmlc/treelite)
[](./LICENSE)
[](https://pypi.python.org/pypi/treelite/)
[](https://anaconda.org/conda-forge/treelite)[Documentation](https://treelite.readthedocs.io/en/latest) |
[Installation](http://treelite.readthedocs.io/en/latest/install.html) |
[Release Notes](NEWS.md) |
[Acknowledgements](ACKNOWLEDGMENTS.md) |**Treelite** is a universal model exchange and serialization format for
decision tree forests. Treelite aims to be a small library that enables
other C++ applications to exchange and store decision trees on the disk
as well as the network.