An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Treelite

![Coverage tests](https://github.com/dmlc/treelite/actions/workflows/coverage-tests.yml/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/treelite/badge/?version=latest)](http://treelite.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/dmlc/treelite/branch/mainline/graph/badge.svg)](https://codecov.io/gh/dmlc/treelite)
[![GitHub license](http://dmlc.github.io/img/apache2.svg)](./LICENSE)
[![PyPI version](https://badge.fury.io/py/treelite.svg)](https://pypi.python.org/pypi/treelite/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/treelite.svg)](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.