-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
start analyzing clearml tasks #431
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #431 +/- ##
=======================================
Coverage 61.87% 61.87%
=======================================
Files 235 235
Lines 11880 11880
Branches 1519 1519
=======================================
Hits 7351 7351
Misses 4002 4002
Partials 527 527 ☔ View full report in Codecov by Sentry. |
@ddaspit - are you wanting to review this, or should I just auto-approve scripts like this in the future? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 4 of 4 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @johnml1135)
.gitignore
line 48 at r2 (raw file):
.db *.zip scripts/projects.pkl
You should just output all of these files to a specific folder, such as scripts/clearml-stats
and ignore everything in that folder.
3f8c42e
to
6146142
Compare
Previously, ddaspit (Damien Daspit) wrote…
Done. |
Add script extraction for the table. |
save clearml data to local pickle Plot jobs per week add violin plot Move to normal python file to not save output minor updates First round of stats done A100 loading stats Reviewer comments add langtags data
12ba970
to
ec97c70
Compare
Previously, johnml1135 (John Lambert) wrote…
@ddaspit - is there anything else that you need to see? Can we merge this? |
save clearml data to local pickle
Plot jobs per week
add violin plot
This change is