.. blogpost:: :title: Piecewise Linear Regression :keywords: scikit-learn, linear regression, piecewise :date: 2019-02-10 :categories: machine learning I decided to turn one of the notebook I wrote about `Piecewise Linear Regression `_. I wanted to turn my code into something usable and following the *scikit-learn* API: :class:`PiecewiseRegression ` and another notebook :ref:`piecewiselinearregressionrst`.