LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/coniferest/__init__.py
src/coniferest/aadforest.py
src/coniferest/calc_paths_sum.c
src/coniferest/calc_paths_sum.pxd
src/coniferest/calc_paths_sum.pyx
src/coniferest/coniferest.py
src/coniferest/evaluator.py
src/coniferest/isoforest.py
src/coniferest/label.py
src/coniferest/limeforest.py
src/coniferest/pineforest.py
src/coniferest/utils.py
src/coniferest.egg-info/PKG-INFO
src/coniferest.egg-info/SOURCES.txt
src/coniferest.egg-info/dependency_links.txt
src/coniferest.egg-info/requires.txt
src/coniferest.egg-info/top_level.txt
src/coniferest/datasets/__init__.py
src/coniferest/datasets/plasticc_gp.py
src/coniferest/datasets/ztf_m31.py
src/coniferest/onnx/__init__.py
src/coniferest/onnx/_container.py
src/coniferest/onnx/_parse.py
src/coniferest/onnx/convert.py
src/coniferest/onnx/proto.py
src/coniferest/onnx/operator_converters/__init__.py
src/coniferest/onnx/operator_converters/aadforest.py
src/coniferest/onnx/shape_calculators/__init__.py
src/coniferest/onnx/shape_calculators/aadforest.py
src/coniferest/session/__init__.py
src/coniferest/session/callback.py
src/coniferest/session/oracle.py
src/coniferest/sklearn/__init__.py
src/coniferest/sklearn/isoforest.py
tests/test_aadforest.py
tests/test_coniferest.py
tests/test_datasets.py
tests/test_isoforest.py
tests/test_onnx.py
tests/test_session.py