model_utils.is_multiplicative() crashes for short inputs
capelastegui opened this issue · 0 comments
capelastegui commented
is_multiplicative() fits a linear model, but doesn't check for input length. This leads to crashes for series with less than 4 samples.