Closed cmasmas closed 10 years ago
Yes, I discovered some issues with ARMA prediction method when trying to converge the cpu values and sometimes the response times. This situation happens when the values diverge a lot between one data point and the others.
Ok. What about the second question? The AR prediction is assigned to self.forecast_list_cpu[0], but then is overridden with the VAR prediction. Is it a bug?
Yes, you're right. Both algorithms VAR and AR perform well.
Actually, I had problems with both ARMA and AR. I will use VAR instead. Thank you!
A couple of issues regarding conpaas.services.webservers.manager.autoscaling.strategy.adaptive_strategy, method prediction_evaluation (1) The ARMA predictor is commented in lines 152, 157, 163 and 168. Why? (2) Both AR and VAR predictors are assigned to self.forecast_list_cpu[0] (lines 167 and 169)