Skip to content

algorithm-v0.2.0

Compare
Choose a tag to compare
@zqzten zqzten released this 19 Apr 06:31
· 4 commits to main since this release
1a33534

✨ Highlight

This release includes important improvements and fixes to the algorithms, and introduces model estimation threshold control to replicas estimation algorithm which enables user to control the expected accuracy of the model based on their own needs.

🚩 Flag Changes

  • Removed --tsf-freq as it can be implied from the time series forecasting model
  • Added --re-min-correlation-allowed and --re-max-mse-allowed to control the expected accuracy of the model, check the FAQ page for its typical use case.

📝 What's Changed

  • Algo: Make replicas estimator use resource total instead of average as resource history input by @zqzten in #84
  • Algo: Introduce support for pods metric query as workload external query & other tweaks by @zqzten in #85
  • Algo: time series forecasting tweaks by @zqzten in #86
  • Algo: Remove invalid code lines by @itonyli in #88
  • Algo: Introduce estimation threshold control to replicas estimation by @zqzten in #89

🌱 New Contributors

Full Changelog: algorithm-v0.1.0...algorithm-v0.2.0