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

[SW-2595] Add 'mean_per_class_error' to model trainings map #2562

Merged
merged 3 commits into from
Aug 6, 2021

Conversation

mn-mikke
Copy link
Collaborator

@mn-mikke mn-mikke commented Aug 5, 2021

I've tested the feature manually:
image

@@ -43,7 +43,8 @@
Withinss(false),
Betweenss(true),
TotWithinss(false),
Totss(false);
Totss(false),
MeanPerClassError(false);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The boolean flag false in this case means: the higher value the metric has, the worse model we get.

@mn-mikke mn-mikke merged commit ec7728a into master Aug 6, 2021
@mn-mikke mn-mikke deleted the mn/SW-2595 branch August 6, 2021 10:38
mn-mikke added a commit that referenced this pull request Aug 6, 2021
* [SW-2595] Add 'mean_per_class_error' to model trainings map

* Update failing python test

* Update failing R test

(cherry picked from commit ec7728a)
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.

None yet

3 participants