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

Create custom plots when the data is requested #3491

Merged

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
Member

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