Can you tell us a little more about the algorithm that is used in Unplugg? How specific is it and what would a minimum v. ideal record count be?
(Time series data is the most common data set most firms have, but I see a lot of challenges with sample size and collection size coming into it.)
@kkdub We can't go deep into details on how the algorithm works, but at it's core we are using SARIMA models (so no ML/deep learning approach, but statistical methods) combined with a lot of previous analysis and pre-processing of the input data to find out sane parameters for the forecast. Along with this there is some manual optimization done previously by…See more