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

Change the scale in MSE chart #15

Open
GFibrizo opened this issue Sep 17, 2019 · 0 comments
Open

Change the scale in MSE chart #15

GFibrizo opened this issue Sep 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@GFibrizo
Copy link
Contributor

GFibrizo commented Sep 17, 2019

Problem

The initial values of the MSE are very big comparing to the majority of them, due to that the chart has to cover a wide range of values and because of that is difficult to see in the chart the improvement in the values of the metric.

Solution

Change the scale of the chart in each iteration to get a better view in the progression of the values of the metric.

Alternatives

  • Logaritmic scale?
  • Draw the values in a range between MAX and MIN. If a value is greater than MAX draw it as MAX (to avoid dispersions in the chart). MAX = AVG(metric)+CONSTANT and MIN = AVG(metric)-CONSTANT
@GFibrizo GFibrizo added the enhancement New feature or request label Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant