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

feat: Cost tracker for CostTriggers #599

Merged
merged 15 commits into from
Aug 26, 2024
Merged

Conversation

robinholzi
Copy link
Collaborator

Motivation

We want to use a linear model ($T(D) :=aD+b$, $T :=$ time, $D :=$ samples) to estimate training costs/time for our cost-aware policies.

CostTracker keeps track of previous training costs and provides the model prediction functionality.

@robinholzi robinholzi self-assigned this Aug 20, 2024
Copy link

Line Coverage: -% ( % to main)
Branch Coverage: -% ( % to main)

Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.29%. Comparing base (364a56a) to head (33f7ce6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #599      +/-   ##
==========================================
+ Coverage   85.26%   85.29%   +0.02%     
==========================================
  Files         248      249       +1     
  Lines       10991    11009      +18     
==========================================
+ Hits         9372     9390      +18     
  Misses       1619     1619              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@robinholzi robinholzi marked this pull request as ready for review August 20, 2024 19:38
@robinholzi robinholzi requested a review from MaxiBoether August 20, 2024 19:38
Copy link
Contributor

@MaxiBoether MaxiBoether left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@robinholzi robinholzi changed the base branch from robin/feat/cost-aware-config-models to main August 26, 2024 15:11
@robinholzi robinholzi merged commit 15ab573 into main Aug 26, 2024
24 checks passed
@robinholzi robinholzi mentioned this pull request Aug 27, 2024
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.

2 participants