.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
environment.yml
pyproject.toml
setup.py
.github/ci.sh
.github/workflows/ci.yml
benchmarks/__init__.py
benchmarks/benchmark.py
benchmarks/train_NYC_model.py
benchmarks/train_airline_model.py
benchmarks/data/.gitignore
benchmarks/results/8de860.txt
benchmarks/results/aa8446.txt
benchmarks/results/b17af8.txt
benchmarks/results/b65fdd.txt
docs/Makefile
docs/conf.py
docs/development.rst
docs/index.rst
docs/make.bat
docs/assets/pure_categorical.png
lleaves/__init__.py
lleaves/data_processing.py
lleaves/lleaves.py
lleaves/llvm_binding.py
lleaves.egg-info/PKG-INFO
lleaves.egg-info/SOURCES.txt
lleaves.egg-info/dependency_links.txt
lleaves.egg-info/requires.txt
lleaves.egg-info/top_level.txt
lleaves/compiler/__init__.py
lleaves/compiler/tree_compiler.py
lleaves/compiler/utils.py
lleaves/compiler/ast/__init__.py
lleaves/compiler/ast/nodes.py
lleaves/compiler/ast/parser.py
lleaves/compiler/ast/scanner.py
lleaves/compiler/codegen/__init__.py
lleaves/compiler/codegen/codegen.py
tests/test_benchmark.py
tests/test_categoricals.py
tests/test_dataprocessing.py
tests/test_interface.py
tests/test_nans.py
tests/test_objective_functions.py
tests/test_parallel.py
tests/test_parsing.py
tests/test_tree_output.py
tests/models/NYC_taxi/model.txt
tests/models/airline/model.txt
tests/models/boston_housing/model.txt
tests/models/leaf_scan/model.txt
tests/models/mixed_categorical/model.txt
tests/models/mtpl2/model.txt
tests/models/mtpl2/model_small.txt
tests/models/pure_categorical/model.txt
tests/models/single_tree/model.txt
tests/models/tiniest_single_tree/model.txt