LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/references.rst
docs/refs.bib
docs/sphinx_requirements.txt
docs/_static/favicon.ico
docs/_static/quantile-forest-logo-white.png
docs/_static/quantile-forest-logo.png
docs/_static/css/gallery.css
docs/_static/css/theme_overrides.css
docs/_static/js/copybutton.js
docs/_templates/class.rst
docs/_templates/navbar-project.html
docs/_templates/sidebar-logo.html
docs/getting_started/developers.rst
docs/getting_started/installation.rst
docs/releases/changes.rst
docs/sphinxext/__init__.py
docs/sphinxext/directives.py
docs/sphinxext/gallery.py
docs/sphinxext/utils.py
docs/user_guide/fit_predict.rst
docs/user_guide/introduction.rst
docs/user_guide/proximities.rst
docs/user_guide/quantile_ranks.rst
examples/__init__.py
examples/plot_predict_custom.py
examples/plot_quantile_conformalized.py
examples/plot_quantile_example.py
examples/plot_quantile_extrapolation.py
examples/plot_quantile_interpolation.py
examples/plot_quantile_intervals.py
examples/plot_quantile_multioutput.py
examples/plot_quantile_vs_standard.py
quantile_forest/__init__.py
quantile_forest/_min_dependencies.py
quantile_forest/_quantile_forest.py
quantile_forest/_quantile_forest_fast.pxd
quantile_forest/_quantile_forest_fast.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