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

[Cleaning Pipelines] MINOR improvements in allocation of resources #1576

Merged
merged 1 commit into from
Apr 7, 2022

Conversation

Shafaq-Siddiqi
Copy link
Contributor

  • This commit used weights for computing the number of resources for each bucket
    the pipelines in buckets are sorted in order of accuracy where last buckets keeps the more
    performing pipelines. If initial resource value is 50 then instead of assigning 50 resources
    to each bucket this commit compute weight matrix and then assign the resources accordingly ensuring the
    last bucket gets max resource value.
  • Add MSVM as evaluation function
  • Various cleanups and seed in bandit

 - This commit used weights for computing the number of resources for each bucket
   the pipelines in buckets are sorted in order of accuracy where last buckets keeps the more
   performing pipelines. If initial resource value is 50 then instead of assigning 50 resources
   to each bucket this commit compute weight matrix and then assign the resources accordingly ensuring the
   last bucket gets max resource value.
 - Add MSVM as evaluation function
 - Various cleanups and seed in bandit
@Shafaq-Siddiqi Shafaq-Siddiqi merged commit fb343b3 into apache:main Apr 7, 2022
@github-pages github-pages bot temporarily deployed to github-pages April 7, 2022 13:12 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant