-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
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
The args for this method should include the revision selectors args in |
I think it's probably worth waiting for #9170 , but I estimate the implementation as 1 day or less of work |
Merged
3 tasks
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
dvc.api.exp_show
should return tabular data similar todvc exp show
(we could usedvc exp show --csv
as an example for what the output should look like). It should be possible to get a dataframe from this output withpd.DataFrame(dvc.api.exp_show())
.The text was updated successfully, but these errors were encountered: