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

experiments: add --no-pager option for dvc exp show #4345

Merged
merged 1 commit into from
Aug 6, 2020

Conversation

pmrowla
Copy link
Contributor

@pmrowla pmrowla commented Aug 6, 2020

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™

dvc exp show --no-pager can be used to output the show table directly to console instead of through the pager. Behaves the same as git --no-pager.

By default, if the console isn't wide enough to display the full table, params columns will be truncated first, giving priority to display the full experiment SHA and resulting metrics. In the future we should probably have options to only show certain metrics/params columns so that we don't need to truncate anything.

Sorry, something went wrong.

@pmrowla pmrowla added the A: experiments Related to dvc exp label Aug 6, 2020
@pmrowla pmrowla self-assigned this Aug 6, 2020
@pmrowla
Copy link
Contributor Author

pmrowla commented Aug 6, 2020

❯ dvc exp show --no-pager 
┏━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━┳━━━━━━━┓
┃ Experiment  ┃     auc ┃ feat… ┃ feat… ┃ prep… ┃ prep… ┃ tra… ┃ trai… ┃
┑━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━╇━━━━━━━┩
β”‚ workspace   β”‚  0.5125 β”‚ 500   β”‚ 3     β”‚ 2017… β”‚ 0.2   β”‚ 50   β”‚ 2017… β”‚
β”‚ acd59eb     β”‚ 0.61314 β”‚ 1500  β”‚ 2     β”‚ 2017… β”‚ 0.2   β”‚ 50   β”‚ 2017… β”‚
β”‚ β”œβ”€β”€ b8ea47a β”‚  0.5125 β”‚ 500   β”‚ 3     β”‚ 2017… β”‚ 0.2   β”‚ 50   β”‚ 2017… β”‚
β”‚ β”œβ”€β”€ d4063ab β”‚ 0.51676 β”‚ 500   β”‚ 2     β”‚ 2017… β”‚ 0.2   β”‚ 50   β”‚ 2017… β”‚
β”‚ └── c086bc6 β”‚ 0.54175 β”‚ 500   β”‚ 1     β”‚ 2017… β”‚ 0.2   β”‚ 50   β”‚ 2017… β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”˜

@pmrowla pmrowla merged commit 6bb6547 into iterative:master Aug 6, 2020
@pmrowla pmrowla deleted the experiments-no-pager branch August 6, 2020 06:48
@jorgeorpinel
Copy link
Contributor

jorgeorpinel commented Aug 11, 2020 β€’

Again on docs: can we have at least an issue so we can assign a high priority and not miss it? Even if it combines all the experiment-related PRs. Thanks

p.s. Would be great to link to all the core PRs from that docs issue actually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: experiments Related to dvc exp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants