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

[WIP] ENH add wandb support for benchopt run #520

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

tomMoral
Copy link
Member

@tomMoral tomMoral commented Dec 16, 2022

Frist support of Weight and Biases report for long running tasks.
Todo:

  • Find a way to group solver per dataset and objective value (else it is not readable).
  • Add documentation
  • Add tests

benchopt/callback.py Outdated Show resolved Hide resolved
benchopt/cli/main.py Outdated Show resolved Hide resolved
tomMoral and others added 3 commits December 20, 2022 15:24
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
benchopt/runner.py Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

Codecov Report

Merging #520 (b319e42) into main (f7523e5) will decrease coverage by 0.49%.
The diff coverage is 36.17%.

@@            Coverage Diff             @@
##             main     #520      +/-   ##
==========================================
- Coverage   54.55%   54.06%   -0.50%     
==========================================
  Files          43       44       +1     
  Lines        2753     2830      +77     
  Branches      506      518      +12     
==========================================
+ Hits         1502     1530      +28     
- Misses       1137     1182      +45     
- Partials      114      118       +4     

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.

None yet

3 participants