Segmented linear regression in python

Is there a library in python for segmented linear regression ? I would like to automatically bind a few lines to my data in order to get something like this: segmented regression

Btw. I know the number of segments.

+6
source share
1 answer
+1
source

Source: https://habr.com/ru/post/906828/


All Articles