Skip to content

Added usage example for LogLossPerClass metric for multiclass trainers #3724

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

Merged
merged 2 commits into from
May 15, 2019

Conversation

shmoradims
Copy link

Fixes #3672

@codecov
Copy link

codecov bot commented May 15, 2019

Codecov Report

Merging #3724 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3724      +/-   ##
==========================================
- Coverage   72.79%   72.78%   -0.02%     
==========================================
  Files         808      808              
  Lines      145588   145588              
  Branches    16250    16250              
==========================================
- Hits       105980   105961      -19     
- Misses      35181    35204      +23     
+ Partials     4427     4423       -4
Flag Coverage Δ
#Debug 72.78% <ø> (-0.02%) ⬇️
#production 68.28% <ø> (-0.02%) ⬇️
#test 89.03% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...luators/Metrics/MulticlassClassificationMetrics.cs 100% <ø> (ø) ⬆️
src/Microsoft.ML.Core/Data/ProgressReporter.cs 70.95% <0%> (-6.99%) ⬇️
src/Microsoft.ML.Maml/MAML.cs 24.75% <0%> (-1.46%) ⬇️
...soft.ML.Data/DataLoadSave/Text/TextLoaderCursor.cs 84.7% <0%> (-0.21%) ⬇️
src/Microsoft.ML.Transforms/Text/LdaTransform.cs 89.89% <0%> (+0.62%) ⬆️

Copy link
Member

@ganik ganik left a comment

Choose a reason for hiding this comment

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

:shipit:

@najeeb-kazmi najeeb-kazmi merged commit b57769e into dotnet:master May 15, 2019
@shmoradims shmoradims deleted the logloss_perclass branch May 16, 2019 14:12
@ghost ghost locked as resolved and limited conversation to collaborators Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Perhaps show how to understand what class has what score
3 participants