-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
exp show: customize rich table rendering behavior #5381
Conversation
Collapse behavior example using jameson-metrics: current master:
after this PR:
@dmpetrov @dberenbaum does this work for collapsing the |
@pmrowla I like your idea to show the first listed metrics and parameters rather than let rich decide, and as you mentioned, maybe the first metric should even be on the right to be next to the first parameter and consistent with viewer. A couple small suggestions to try (interested in feedback on whether others find these useful @pmrowla @dmpetrov @skshetry):
Experiment Created AUC TP TN L4size
workspace - 0.75265 190 894 24
master Feb 29, 2020 0.75265 190 894 24 One bigger suggestion is to provide a csv or tsv output option for a few reasons:
|
This seems a bit more personal preference? Not having borders makes it harder to read bigger tables imo, but I don't have any strong opinions about it either way. I do think that we shouldn't worry about making the table machine-parsable though. If users want machine readable data they should just be using a better output format like json (or potentially csv). |
Will update table class location once #5348 is merged |
β I have followed the Contributing to DVC checklist.
π If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here.
Thank you for the contribution - we'll try to review it as soon as possible. π
Will close #5247
--no-pager
, columns will be collapsed in right-to-left order if the table cannot fit into the consoleTODO