.. sklearn_quantile documentation master file, created by sphinx-quickstart on Wed Dec 1 14:19:25 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ******************************************* Quantile machine learning models for python ******************************************* This module provides quantile machine learning models for python, in a plug-and-play fashion in the sklearn environment. This means that practically the only dependency is sklearn and all its functionality is applicable to the here provided models without code changes. Two tutorials explain the development of Random Forest Quantile regression. The same results and considerations are valid for K-nearest neighbours quantile regression and Extra Trees quantile regression. ************* Documentation ************* .. toctree:: :maxdepth: 2 :caption: Getting Started installation .. toctree:: :maxdepth: 2 :caption: Methods methods .. toctree:: :maxdepth: 2 :caption: Tutorials notebooks/example_usage notebooks/example_qrf .. toctree:: :maxdepth: 2 :caption: API Reference whats_new api License ======= sklearn_quantile is published under a BSD 3 clause license. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`