Skip to content

Added usage example for LogLossPerClass metric for multiclass trainers - #3724

Merged
najeeb-kazmi merged 2 commits into
dotnet:masterfrom
shmoradims:logloss_perclass
May 15, 2019
Merged

Added usage example for LogLossPerClass metric for multiclass trainers#3724
najeeb-kazmi merged 2 commits into
dotnet:masterfrom
shmoradims:logloss_perclass

Conversation

@shmoradims

Copy link
Copy Markdown

Fixes #3672

@codecov

codecov Bot commented May 15, 2019

Copy link
Copy Markdown

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%) ⬆️

@ganik ganik left a comment

Copy link
Copy Markdown
Contributor

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