.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CITATION.cff
LICENSE
README.md
environment.yml
pyproject.toml
setup.py
.github/ci.sh
.github/dependabot.yml
.github/workflows/ci.yml
.vscode/settings.json
benchmarks/README.md
benchmarks/__init__.py
benchmarks/benchmark.py
benchmarks/train_NYC_model.py
benchmarks/train_airline_model.py
benchmarks/c_bench/CMakeLists.txt
benchmarks/c_bench/README.md
benchmarks/c_bench/c_bench.cpp
benchmarks/c_bench/c_bench.h
benchmarks/c_bench/gen_binary.py
benchmarks/c_bench/plot_toplev.sh
benchmarks/data/.gitignore
benchmarks/data/gen_npy.py
benchmarks/data/setup_data.sh
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/conftest.py
tests/test_benchmark.py
tests/test_categoricals.py
tests/test_compile_flags.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/multiclass/model.txt
tests/models/pure_categorical/model.txt
tests/models/single_tree/model.txt
tests/models/tiniest_single_tree/model.txt