jthomperoo / predictive-horizontal-pod-autoscaler

Horizontal Pod Autoscaler built with predictive abilities using statistical models
Apache License 2.0
333 stars 29 forks source link

Add holt-winters prediction model support #1

Closed jthomperoo closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #1 into master will increase coverage by 28.5%. The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
+ Coverage   41.22%   69.72%   +28.5%     
==========================================
  Files           5        6       +1     
  Lines         131      218      +87     
==========================================
+ Hits           54      152      +98     
+ Misses         77       66      -11
Flag Coverage Δ
#unittests 69.72% <92.3%> (+28.5%) :arrow_up:
Impacted Files Coverage Δ
config/config.go 100% <ø> (ø) :arrow_up:
stored/stored.go 0% <0%> (ø) :arrow_up:
prediction/holtwinters/holtwinters.go 100% <100%> (ø)
evaluate/evaluate.go 100% <100%> (ø)
prediction/linear/linear.go 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dc11647...131505e. Read the comment docs.