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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributions tab: display latest histogram by default #2832

Open
YodaEmbedding opened this issue Jun 11, 2023 · 0 comments 路 May be fixed by #2833
Open

Distributions tab: display latest histogram by default #2832

YodaEmbedding opened this issue Jun 11, 2023 · 0 comments 路 May be fixed by #2833
Labels
area / Web-UI Issue area: UI related issues phase / review-needed Issue phase: issues that are done and needs review type / enhancement Issue type: new feature or request
Milestone

Comments

@YodaEmbedding
Copy link
Contributor

馃殌 Feature

Initialize distributions visualization with latest histogram.

Motivation

Latest one (i.e. final epoch) is usually the most interesting in most cases.

Pitch

Replace src/aimcore/web/ui/src/pages/RunDetail/DistributionsVisualizer/temp/Wrapper.jsx:

        this.computeHistogram(0);

With:

        this.computeHistogram(this.props.data.length - 1);

Alternatives

N/A

Additional context

N/A

@YodaEmbedding YodaEmbedding added the type / enhancement Issue type: new feature or request label Jun 11, 2023
@roubkar roubkar added area / Web-UI Issue area: UI related issues phase / review-needed Issue phase: issues that are done and needs review labels Jun 12, 2023
@roubkar roubkar added this to the v3.17.x milestone Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area / Web-UI Issue area: UI related issues phase / review-needed Issue phase: issues that are done and needs review type / enhancement Issue type: new feature or request
Projects
Status: Patch-issues
Development

Successfully merging a pull request may close this issue.

2 participants