Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algo: Introduce replicas prediction job #63

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

dayko2019
Copy link
Contributor

@dayko2019 dayko2019 commented Sep 27, 2023

What type of PR is this?

/kind feature
/kind algorithm

What this PR does / why we need it:

Introduce a Python program which gathers metrics, does replicas prediction, and writes out results. This program can be run as Kubernetes CronJob. The model used by the program should be trained beforehand so that it would not rely on GPUs.

Which issue(s) this PR fixes:

Fixes #49

@dayko2019 dayko2019 added the kind/feature Categorizes issue or PR as related to a new feature or enhancements of an existing feature. label Sep 27, 2023
@dayko2019 dayko2019 added this to the v0.2 milestone Sep 27, 2023
@dayko2019 dayko2019 requested a review from zqzten September 27, 2023 15:54
@zqzten zqzten changed the title introduce replicas prediction job Algo: Introduce replicas prediction job Sep 27, 2023
@dayko2019 dayko2019 added the kind/algorithm Categorizes issue or PR as related to algorithm. label Sep 27, 2023
@zqzten zqzten merged commit 1c431fb into traas-stack:main Sep 27, 2023
2 checks passed
@zqzten zqzten modified the milestones: v0.2, algorithm-v0.1 Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/algorithm Categorizes issue or PR as related to algorithm. kind/feature Categorizes issue or PR as related to a new feature or enhancements of an existing feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce replicas prediction job
2 participants