DataDog / piecewise

## Auto-archived due to inactivity. ## Functions for piecewise regression on time series data
BSD 3-Clause "New" or "Revised" License
105 stars 35 forks source link

[FEATURE] minimal values to create a segment #11

Open interlark opened 4 years ago

interlark commented 4 years ago

I wonder if it possible to add a constraint for a segment. So if a segment contains less than N independent variable values it can't be existed and it'd be forced to be merged with neighbors until the segment has >= N values?