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

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

Merged
merged 3 commits into from
Dec 11, 2023

Conversation

tearlant
Copy link
Contributor

Fixes #6606

Copy link

codecov bot commented Nov 14, 2023

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
Member

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@michaelgsharp michaelgsharp merged commit eb9af18 into dotnet:main Dec 11, 2023
25 checks passed
@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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NormalizeMeanVariance uses Population Variance
2 participants