diff --git a/docs/evaluation/how_to_guides/compare_experiment_results.mdx b/docs/evaluation/how_to_guides/compare_experiment_results.mdx index cdec2e65..6c8631b7 100644 --- a/docs/evaluation/how_to_guides/compare_experiment_results.mdx +++ b/docs/evaluation/how_to_guides/compare_experiment_results.mdx @@ -70,3 +70,17 @@ You can adjust the display settings for comparison view by clicking on "Display" Here, you'll be able to toggle feedback, metrics, summary charts, and expand full text. ![](./static/update_display.png) + +## Use experiment metadata as chart labels + +With the summary charts enabled, you can configure the x-axis labels based on [experiment metadata](./filter_experiments_ui#background-add-metadata-to-your-experiments). First, click the three dots in the top right of the charts (note that you will only see them if your experiments have metadata attached). + +![](./static/three_dots_charts.png) + +Next, select a metadata key - note that this key must contain string values in order to render in the charts. + +![](./static/select_metadata_key.png) + +You will now see your metadata in the x-axis of the charts: + +![](./static/metadata_in_charts.png) diff --git a/docs/evaluation/how_to_guides/static/metadata_in_charts.png b/docs/evaluation/how_to_guides/static/metadata_in_charts.png new file mode 100644 index 00000000..83323f72 Binary files /dev/null and b/docs/evaluation/how_to_guides/static/metadata_in_charts.png differ diff --git a/docs/evaluation/how_to_guides/static/select_metadata_key.png b/docs/evaluation/how_to_guides/static/select_metadata_key.png new file mode 100644 index 00000000..cdf9cb73 Binary files /dev/null and b/docs/evaluation/how_to_guides/static/select_metadata_key.png differ diff --git a/docs/evaluation/how_to_guides/static/three_dots_charts.png b/docs/evaluation/how_to_guides/static/three_dots_charts.png new file mode 100644 index 00000000..80bc51b2 Binary files /dev/null and b/docs/evaluation/how_to_guides/static/three_dots_charts.png differ