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

table: show nested metrics as separate columns #130

Merged
merged 4 commits into from
May 9, 2023
Merged

Conversation

dberenbaum
Copy link
Contributor

@dberenbaum dberenbaum commented May 5, 2023

Before:

train epoch step
{'loss': 0.0609191469848156} 4 999

After:

train.loss epoch step
0.0579433 4 999

@dberenbaum dberenbaum requested a review from daavoo May 5, 2023 21:25
@codecov-commenter
Copy link

codecov-commenter commented May 5, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.06 🎉

Comparison is base (8aab523) 94.49% compared to head (8fd0d73) 94.55%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
+ Coverage   94.49%   94.55%   +0.06%     
==========================================
  Files          19       19              
  Lines         726      734       +8     
  Branches       76      114      +38     
==========================================
+ Hits          686      694       +8     
  Misses         27       27              
  Partials       13       13              
Impacted Files Coverage Δ
src/dvc_render/utils.py 100.00% <100.00%> (ø)
tests/test_table.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@daavoo
Copy link
Contributor

daavoo commented May 9, 2023

@dberenbaum you need to fix mypy

@dberenbaum dberenbaum merged commit a597b7c into main May 9, 2023
@dberenbaum dberenbaum deleted the nested-table branch May 9, 2023 16:36
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.

3 participants