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

Add model name to comparsion #4993

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

asylves1
Copy link
Contributor

Description

Design Change:

  • Add model names to the Comparison drill down.

image

Resolves #(issue)

modelsToCompare.value.map((model) => model.name),
', '
)
);
Copy link
Member

Choose a reason for hiding this comment

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

This does not look correct. If modelsToCompare is [X, Y, Z] for example, the generated labels should be something like:

  • X vs Y
  • X vs Z
  • Y vs Z

I don't see how this function does that, also we can probably just use the native Array.join rather than importing a join function from lodash.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, I will make that change

Copy link
Member

Choose a reason for hiding this comment

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

@asylves1 note I do not know if we get the pairing information in any specific order, you need to check and possibly modify the model-comparison procedure in beaker to return the information you need.

@asylves1 asylves1 marked this pull request as draft October 1, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Compare models by notebook should create title for the graphs
2 participants