LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/sphinx_constraints.txt
docs/sphinx_requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/references.rst
docs/source/refs.bib
docs/source/_static/favicon.ico
docs/source/_static/quantile-forest-logo-white.svg
docs/source/_static/quantile-forest-logo.svg
docs/source/_static/css/altair-plot.css
docs/source/_static/css/gallery.css
docs/source/_static/js/copybutton.js
docs/source/_templates/class.rst
docs/source/_templates/navbar-project.html
docs/source/_templates/sidebar-logo.html
docs/source/getting_started/developers.rst
docs/source/getting_started/installation.rst
docs/source/releases/changes.rst
docs/source/user_guide/fit_predict.rst
docs/source/user_guide/introduction.rst
docs/source/user_guide/proximities.rst
docs/source/user_guide/quantile_ranks.rst
docs/sphinxext/__init__.py
docs/sphinxext/directives.py
docs/sphinxext/gallery.py
docs/sphinxext/utils.py
examples/__init__.py
examples/plot_qrf_conformalized_intervals.py
examples/plot_qrf_custom_functions.py
examples/plot_qrf_extrapolation.py
examples/plot_qrf_huggingface_inference.py
examples/plot_qrf_interpolation_methods.py
examples/plot_qrf_multitarget.py
examples/plot_qrf_prediction_intervals.py
examples/plot_qrf_predictions.py
examples/plot_qrf_proximity_counts.py
examples/plot_qrf_quantile_ranks.py
examples/plot_qrf_treeshap_explanations.py
examples/plot_qrf_vs_rf_predictions.py
quantile_forest/__init__.py
quantile_forest/_min_dependencies.py
quantile_forest/_quantile_forest.py
quantile_forest/_quantile_forest_fast.cpp
quantile_forest/_quantile_forest_fast.pxd
quantile_forest/_quantile_forest_fast.pyx
quantile_forest/_utils.cpp
quantile_forest/_utils.pxd
quantile_forest/_utils.pyx
quantile_forest/version.py
quantile_forest/version.txt
quantile_forest.egg-info/PKG-INFO
quantile_forest.egg-info/SOURCES.txt
quantile_forest.egg-info/dependency_links.txt
quantile_forest.egg-info/not-zip-safe
quantile_forest.egg-info/requires.txt
quantile_forest.egg-info/top_level.txt
quantile_forest/tests/__init__.py
quantile_forest/tests/test_quantile_forest.py
quantile_forest/tests/test_utils.py