Skip to content

RobustScalingNormalizer entrypoint added#5310

Merged
mstfbl merged 3 commits intodotnet:masterfrom
michaelgsharp:entrypoint-fix
Jul 20, 2020
Merged

RobustScalingNormalizer entrypoint added#5310
mstfbl merged 3 commits intodotnet:masterfrom
michaelgsharp:entrypoint-fix

Conversation

@michaelgsharp
Copy link
Contributor

When RobustScalingNormalizer was added, PR #5166, the corresponding entrypoints were not created. This PR fixes #5309 by adding in the correct entrypoint for it.

@michaelgsharp michaelgsharp requested review from a team, ganik and harishsk July 17, 2020 16:31
@michaelgsharp michaelgsharp self-assigned this Jul 17, 2020
@codecov
Copy link

codecov bot commented Jul 17, 2020

Codecov Report

Merging #5310 into master will increase coverage by 0.00%.
The diff coverage is 98.63%.

@@           Coverage Diff           @@
##           master    #5310   +/-   ##
=======================================
  Coverage   73.80%   73.81%           
=======================================
  Files        1022     1022           
  Lines      190617   190690   +73     
  Branches    20488    20489    +1     
=======================================
+ Hits       140686   140755   +69     
- Misses      44411    44413    +2     
- Partials     5520     5522    +2     
Flag Coverage Δ
#Debug 73.81% <98.63%> (+<0.01%) ⬆️
#production 69.56% <95.83%> (+<0.01%) ⬆️
#test 87.67% <100.00%> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
...rc/Microsoft.ML.Data/Transforms/NormalizeColumn.cs 62.32% <93.75%> (+1.15%) ⬆️
src/Microsoft.ML.Data/Transforms/NormalizeUtils.cs 50.79% <100.00%> (+7.15%) ⬆️
...crosoft.ML.Core.Tests/UnitTests/TestEntryPoints.cs 98.45% <100.00%> (+0.01%) ⬆️
...c/Microsoft.ML.FastTree/Utils/ThreadTaskManager.cs 79.48% <0.00%> (-20.52%) ⬇️
...rosoft.ML.AutoML/ColumnInference/TextFileSample.cs 59.60% <0.00%> (-2.65%) ⬇️
...ML.Transforms/Text/StopWordsRemovingTransformer.cs 86.67% <0.00%> (+0.14%) ⬆️
....ML.AutoML/PipelineSuggesters/PipelineSuggester.cs 84.03% <0.00%> (+0.84%) ⬆️
...icrosoft.ML.AutoML/Experiment/SuggestedPipeline.cs 92.78% <0.00%> (+4.12%) ⬆️

@mstfbl mstfbl merged commit 8631afa into dotnet:master Jul 20, 2020
@michaelgsharp michaelgsharp deleted the entrypoint-fix branch November 4, 2020 20:35
@ghost ghost locked as resolved and limited conversation to collaborators Mar 18, 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.

Entrypoints for RobustScaler, ToString removed

3 participants