Skip to content

Create custom plots when the data is requested#3491

Merged
julieg18 merged 1 commit intoremove-tmp-custom-checkpoints-objfrom
remove-recreate-custom-plots
Mar 20, 2023
Merged

Create custom plots when the data is requested#3491
julieg18 merged 1 commit intoremove-tmp-custom-checkpoints-objfrom
remove-recreate-custom-plots

Conversation

@julieg18
Copy link
Contributor

@julieg18 julieg18 commented Mar 17, 2023

3/3 main <= #3404 <= #3466 <= this

  • creates custom plots when the plots are requested in getCustomPlots instead of creating them earlier (using all experiments/checkpoints) and filtering through the trends plot values. This reduces code complexity and improves performance.

Resolves #3466 (comment)

* creates custom plots when the plots are requested in `getCustomPlots`
@julieg18 julieg18 self-assigned this Mar 17, 2023
@julieg18 julieg18 marked this pull request as ready for review March 17, 2023 16:46

const values = isCheckpointValue(type)
? getCheckpointValues(experiments, metricPath)
? getCheckpointValues(selectedExperiments, metricPath)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[F] This will be the best place to push the data into the spec.

@julieg18 julieg18 merged commit 0f438d8 into remove-tmp-custom-checkpoints-obj Mar 20, 2023
@julieg18 julieg18 deleted the remove-recreate-custom-plots branch March 20, 2023 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants