LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
coniferest/__init__.py
coniferest/aadforest.py
coniferest/calc_paths_sum.c
coniferest/calc_paths_sum.pxd
coniferest/calc_paths_sum.pyx
coniferest/coniferest.py
coniferest/evaluator.py
coniferest/experiment.py
coniferest/isoforest.py
coniferest/label.py
coniferest/limeforest.py
coniferest/pineforest.py
coniferest/utils.py
coniferest.egg-info/PKG-INFO
coniferest.egg-info/SOURCES.txt
coniferest.egg-info/dependency_links.txt
coniferest.egg-info/requires.txt
coniferest.egg-info/top_level.txt
coniferest/datasets/__init__.py
coniferest/datasets/ztf_m31.npz
coniferest/datasets/ztf_m31.py
coniferest/session/__init__.py
coniferest/session/callback.py
coniferest/sklearn/__init__.py
coniferest/sklearn/isoforest.py
notebooks/README.md
notebooks/cartoons.ipynb
notebooks/comparison_on_ml_datasets.ipynb
notebooks/comparison_with_sklearn.ipynb
notebooks/treeviz.ipynb
notebooks/treeviz.py
scripts/plotext_dataset.py
scripts/plotext_pineforest.py
tests/conftest.py
tests/test_coniferest.py
tests/test_datasets.py
tests/test_isoforest.py