From 2ca99ad5649d76bb2a4ad9e964a5aba026786856 Mon Sep 17 00:00:00 2001 From: Thomas Kunwar Date: Fri, 10 Feb 2023 14:15:00 +0545 Subject: [PATCH 1/4] document studio export to csv --- .../projects-and-experiments/explore-ml-experiments.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md b/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md index 309a7fead9..1df9f04961 100644 --- a/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md +++ b/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md @@ -123,6 +123,16 @@ Use this toggle switch to show/hide experiments that you have not selected. Toggle between absolute values and difference from the first row. +#### Export Project to CSV: + +Export current project table to CSV. + +![export to csv](https://static.iterative.ai/img/studio/project_export_to_csv.png) + +_Here is an example of portion of CSV file generated._ + +![example export to csv](https://static.iterative.ai/img/studio/project_export_to_csv_example.png) + #### Save changes: Save your filters or column display preferences so that these preferences remain From 7743fa86d0d96872bbb37be37d003e82cfbbeadd Mon Sep 17 00:00:00 2001 From: tapadipti Date: Tue, 21 Feb 2023 13:50:23 +0545 Subject: [PATCH 2/4] "Export as CSV" doc revision --- .../explore-ml-experiments.md | 22 ++++++++++--------- .../visualize-and-compare.md | 7 ++++++ 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md b/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md index 1df9f04961..4a1c3c8b7d 100644 --- a/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md +++ b/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md @@ -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 @@ -123,16 +124,6 @@ Use this toggle switch to show/hide experiments that you have not selected. Toggle between absolute values and difference from the first row. -#### Export Project to CSV: - -Export current project table to CSV. - -![export to csv](https://static.iterative.ai/img/studio/project_export_to_csv.png) - -_Here is an example of portion of CSV file generated._ - -![example export to csv](https://static.iterative.ai/img/studio/project_export_to_csv_example.png) - #### Save changes: Save your filters or column display preferences so that these preferences remain @@ -152,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 diff --git a/content/docs/studio/user-guide/projects-and-experiments/visualize-and-compare.md b/content/docs/studio/user-guide/projects-and-experiments/visualize-and-compare.md index e9d70ef5a3..51505f95d1 100644 --- a/content/docs/studio/user-guide/projects-and-experiments/visualize-and-compare.md +++ b/content/docs/studio/user-guide/projects-and-experiments/visualize-and-compare.md @@ -98,6 +98,13 @@ in the selected experiments will be displayed side by side for easy comparison. ![](https://static.iterative.ai/img/studio/compare.png) +### Export project data + +You can also +[export data from 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. + [live-metrics-and-plots]: /doc/studio/user-guide/projects-and-experiments/live-metrics-and-plots [dvclive]: /doc/dvclive From dc5080903452d7014b79519b0407ca6661471fb6 Mon Sep 17 00:00:00 2001 From: tapadipti Date: Tue, 21 Feb 2023 13:53:30 +0545 Subject: [PATCH 3/4] "Export as CSV" doc revision --- .../visualize-and-compare.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/content/docs/studio/user-guide/projects-and-experiments/visualize-and-compare.md b/content/docs/studio/user-guide/projects-and-experiments/visualize-and-compare.md index 51505f95d1..8ade577836 100644 --- a/content/docs/studio/user-guide/projects-and-experiments/visualize-and-compare.md +++ b/content/docs/studio/user-guide/projects-and-experiments/visualize-and-compare.md @@ -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 @@ -98,13 +102,6 @@ in the selected experiments will be displayed side by side for easy comparison. ![](https://static.iterative.ai/img/studio/compare.png) -### Export project data - -You can also -[export data from 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. - [live-metrics-and-plots]: /doc/studio/user-guide/projects-and-experiments/live-metrics-and-plots [dvclive]: /doc/dvclive From 7bab48df7f38455116115265ba545f17e145c348 Mon Sep 17 00:00:00 2001 From: Thomas Kunwar Date: Tue, 21 Feb 2023 14:40:12 +0545 Subject: [PATCH 4/4] fix hash link --- .../projects-and-experiments/explore-ml-experiments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md b/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md index 4a1c3c8b7d..0ddfac758e 100644 --- a/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md +++ b/content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md @@ -30,7 +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). +- Button to [export project data](#export-project-data). ### Git history and live metrics