:orphan: |rss_image| **2018-05 - 1/1** :ref:`Blog ` :ref:`machine_learning (5) ` .. |rss_image| image:: feed-icon-16x16.png :target: ../_downloads/rss.xml :alt: RSS ---- .. index:: 2018-05 .. _ap-month-2018-05-0: 2018-05 - 1/1 +++++++++++++ .. blogpostagg:: :title: Quantile regression with scikit-learn. :date: 2018-05-07 :keywords: scikit-learn,quantile regression :categories: machine learning :rawfile: 2018/2018-05-07_quantile_regression.rst :epkg:`scikit-learn` does not have any quantile regression. :epkg:`statsmodels` does have one `QuantReg `_ but I wanted to try something I did for my teachings `RĂ©gression Quantile `_ based on `Iteratively reweighted least squares `_. I thought it was a good case study to turn a simple algorithm into a learner :epkg:`scikit-learn` can reused in a pipeline. The notebook :ref:`quantileregressionrst` demonstrates it and it is implemented in :class:`QuantileLinearRegression `. ---- |rss_image| **2018-05 - 1/1** :ref:`2018-05 (1) ` :ref:`2019-02 (4) ` :ref:`2019-03 (1) ` :ref:`2020-09 (1) ` :ref:`2021-01 (1) `