Skip to content

api: add dvc.api.exp_show #8775

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

Closed
dberenbaum opened this issue Jan 6, 2023 · 2 comments · Fixed by #9356
Closed

api: add dvc.api.exp_show #8775

dberenbaum opened this issue Jan 6, 2023 · 2 comments · Fixed by #9356
Assignees
Labels
A: api Related to the dvc.api A: experiments Related to dvc exp enhancement Enhances DVC p3-nice-to-have It should be done this or next sprint

Comments

@dberenbaum
Copy link
Contributor

dvc.api.exp_show should return tabular data similar to dvc exp show (we could use dvc exp show --csv as an example for what the output should look like). It should be possible to get a dataframe from this output with pd.DataFrame(dvc.api.exp_show()).

@dberenbaum dberenbaum added enhancement Enhances DVC p2-medium Medium priority, should be done, but less important A: experiments Related to dvc exp A: api Related to the dvc.api labels Jan 6, 2023
@dberenbaum
Copy link
Contributor Author

The args for this method should include the revision selectors args in dvc exp show. Other args from dvc exp show (format types, filtering, sorting, etc.) aren't needed.

@dberenbaum dberenbaum added p3-nice-to-have It should be done this or next sprint and removed p2-medium Medium priority, should be done, but less important labels Feb 6, 2023
@daavoo
Copy link
Contributor

daavoo commented Apr 17, 2023

I think it's probably worth waiting for #9170 , but I estimate the implementation as 1 day or less of work

@daavoo daavoo self-assigned this Apr 21, 2023
@daavoo daavoo added this to DVC Apr 21, 2023
@github-project-automation github-project-automation bot moved this to Backlog in DVC Apr 21, 2023
@daavoo daavoo moved this from Backlog to In Progress in DVC Apr 21, 2023
daavoo added a commit that referenced this issue Apr 21, 2023
@daavoo daavoo mentioned this issue Apr 21, 2023
3 tasks
@daavoo daavoo linked a pull request Apr 21, 2023 that will close this issue
3 tasks
daavoo added a commit that referenced this issue Apr 21, 2023
daavoo added a commit that referenced this issue Apr 21, 2023
daavoo added a commit that referenced this issue Apr 21, 2023
daavoo added a commit that referenced this issue Apr 26, 2023
daavoo added a commit that referenced this issue Apr 26, 2023
daavoo added a commit that referenced this issue Apr 26, 2023
daavoo added a commit that referenced this issue Apr 26, 2023
daavoo added a commit that referenced this issue Apr 27, 2023
daavoo added a commit that referenced this issue Apr 27, 2023
daavoo added a commit that referenced this issue Apr 27, 2023
daavoo added a commit that referenced this issue Apr 28, 2023
daavoo added a commit that referenced this issue Apr 28, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in DVC Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: api Related to the dvc.api A: experiments Related to dvc exp enhancement Enhances DVC p3-nice-to-have It should be done this or next sprint
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants