dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.93k stars 1.86k forks source link

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

Closed tearlant closed 6 months ago

tearlant commented 7 months ago

Fixes #6606

codecov[bot] commented 7 months ago

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 ```diff @@ 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](https://app.codecov.io/gh/dotnet/machinelearning/pull/6885/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | Coverage Δ | | |---|---|---| | [Debug](https://app.codecov.io/gh/dotnet/machinelearning/pull/6885/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `68.79% <55.00%> (-0.61%)` | :arrow_down: | | [production](https://app.codecov.io/gh/dotnet/machinelearning/pull/6885/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `63.25% <55.00%> (-0.68%)` | :arrow_down: | | [test](https://app.codecov.io/gh/dotnet/machinelearning/pull/6885/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `88.49% <ø> (-0.41%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/dotnet/machinelearning/pull/6885?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | Coverage Δ | | |---|---|---| | [src/Microsoft.ML.Data/Transforms/Normalizer.cs](https://app.codecov.io/gh/dotnet/machinelearning/pull/6885?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet#diff-c3JjL01pY3Jvc29mdC5NTC5EYXRhL1RyYW5zZm9ybXMvTm9ybWFsaXplci5jcw==) | `86.28% <100.00%> (+0.06%)` | :arrow_up: | | [...Microsoft.ML.Data/Transforms/NormalizeColumnSng.cs](https://app.codecov.io/gh/dotnet/machinelearning/pull/6885?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet#diff-c3JjL01pY3Jvc29mdC5NTC5EYXRhL1RyYW5zZm9ybXMvTm9ybWFsaXplQ29sdW1uU25nLmNz) | `76.47% <57.89%> (-0.42%)` | :arrow_down: | | [...Microsoft.ML.Data/Transforms/NormalizeColumnDbl.cs](https://app.codecov.io/gh/dotnet/machinelearning/pull/6885?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet#diff-c3JjL01pY3Jvc29mdC5NTC5EYXRhL1RyYW5zZm9ybXMvTm9ybWFsaXplQ29sdW1uRGJsLmNz) | `69.35% <47.36%> (-0.40%)` | :arrow_down: | ... and [55 files with indirect coverage changes](https://app.codecov.io/gh/dotnet/machinelearning/pull/6885/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet)
michaelgsharp commented 7 months ago

/azp run

azure-pipelines[bot] commented 7 months ago
Azure Pipelines successfully started running 2 pipeline(s).