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

Studio: document export to CSV #4310

Merged
merged 4 commits into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The major components of the project experimentation table are:
commits and columns, and re-arrange the table.
- Buttons to
[visualize, compare, and run experiments](#visualize-compare-and-run-experiments).
- Button to [export project data](#visualize-compare-and-run-experiments).

### Git history and live metrics

Expand Down Expand Up @@ -142,5 +143,16 @@ The table also contains buttons to visualize, compare and run experiments.
metrics in real time.
- **Trends:** Generate trend charts to show metric evolution over time.

### Export project data

The button to export data from the project table to CSV is present next to the
[`Delta mode`](#delta-mode) button.

![export to csv](https://static.iterative.ai/img/studio/project_export_to_csv.png)

Below is an example of the downloaded CSV file.

![example export to csv](https://static.iterative.ai/img/studio/project_export_to_csv_example.png)

[run-experiments]: /doc/studio/user-guide/run-experiments
[dvclive]: /doc/dvclive
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ settings_ are now called _Project settings_; and so on.

# Visualize and Compare Experiments

You can visualize and compare experiments using plots, images, charts, etc.
You can visualize and compare experiments using plots, images, charts, etc. You
can also
[export the project table as CSV](/doc/studio/user-guide/projects-and-experiments/explore-ml-experiments#export-project-data),
so that you can use the data with any external reporting or visualization tool
of your choice.

## Display plots and images

Expand Down