Skip to content

Issue #6606 - Add sample variance and standard deviation to NormalizeMeanVariance - #6885

Merged
michaelgsharp merged 3 commits into
dotnet:mainfrom
tearlant:normalizer-sample-variance
Dec 11, 2023
Merged

Issue #6606 - Add sample variance and standard deviation to NormalizeMeanVariance#6885
michaelgsharp merged 3 commits into
dotnet:mainfrom
tearlant:normalizer-sample-variance

Conversation

@tearlant

Copy link
Copy Markdown
Contributor

Fixes #6606

@codecov

codecov Bot commented Nov 14, 2023

Copy link
Copy Markdown

Codecov Report

Merging #6885 (006965d) into main (796cb35) will decrease coverage by 0.61%.
Report is 9 commits behind head on main.
The diff coverage is 55.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6885      +/-   ##
==========================================
- Coverage   69.40%   68.79%   -0.61%     
==========================================
  Files        1238     1240       +2     
  Lines      249462   249430      -32     
  Branches    25522    25510      -12     
==========================================
- Hits       173139   171607    -1532     
- Misses      69578    71211    +1633     
+ Partials     6745     6612     -133     
Flag Coverage Δ
Debug 68.79% <55.00%> (-0.61%) ⬇️
production 63.25% <55.00%> (-0.68%) ⬇️
test 88.49% <ø> (-0.41%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/Microsoft.ML.Data/Transforms/Normalizer.cs 86.28% <100.00%> (+0.06%) ⬆️
...Microsoft.ML.Data/Transforms/NormalizeColumnSng.cs 76.47% <57.89%> (-0.42%) ⬇️
...Microsoft.ML.Data/Transforms/NormalizeColumnDbl.cs 69.35% <47.36%> (-0.40%) ⬇️

... and 55 files with indirect coverage changes

@michaelgsharp

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).
@michaelgsharp
michaelgsharp merged commit eb9af18 into dotnet:main Dec 11, 2023
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

3 participants