Skip to content

Correct KMeans scoring function doc #4705

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

Merged
merged 2 commits into from
Jan 28, 2020
Merged

Conversation

najeeb-kazmi
Copy link
Member

Fixes #4011

@najeeb-kazmi najeeb-kazmi requested a review from wschin January 24, 2020 19:36
@najeeb-kazmi najeeb-kazmi requested a review from a team as a code owner January 24, 2020 19:36
@codecov
Copy link

codecov bot commented Jan 24, 2020

Codecov Report

Merging #4705 into master will decrease coverage by 0.01%.
The diff coverage is 98.26%.

@@            Coverage Diff             @@
##           master    #4705      +/-   ##
==========================================
- Coverage   75.85%   75.84%   -0.02%     
==========================================
  Files         951      951              
  Lines      172435   172594     +159     
  Branches    18617    18632      +15     
==========================================
+ Hits       130796   130898     +102     
- Misses      36464    36517      +53     
- Partials     5175     5179       +4
Flag Coverage Δ
#Debug 75.84% <98.26%> (-0.02%) ⬇️
#production 71.45% <95.83%> (+0.01%) ⬆️
#test 90.49% <99.2%> (-0.14%) ⬇️
Impacted Files Coverage Δ
...Microsoft.ML.Tests/Transformers/NormalizerTests.cs 100% <ø> (ø) ⬆️
...est/Microsoft.ML.Predictor.Tests/TestPredictors.cs 67.94% <ø> (ø) ⬆️
src/Microsoft.ML.Data/Evaluators/EvaluatorBase.cs 54.25% <ø> (ø) ⬆️
test/Microsoft.ML.TimeSeries.Tests/TimeSeries.cs 87.85% <ø> (ø) ⬆️
...crosoft.ML.TimeSeries.Tests/TimeSeriesDirectApi.cs 99.27% <ø> (ø) ⬆️
src/Microsoft.ML.Data/Training/TrainerUtils.cs 66.26% <ø> (ø) ⬆️
src/Microsoft.ML.Data/Data/RowCursorUtils.cs 74.58% <ø> (ø) ⬆️
...est/Microsoft.ML.Tests/FeatureContributionTests.cs 98.55% <ø> (ø) ⬆️
...ML.Tests/Scenarios/IrisPlantClassificationTests.cs 100% <ø> (ø) ⬆️
...ests/TrainerEstimators/MatrixFactorizationTests.cs 97.84% <ø> (ø) ⬆️
... and 36 more

@najeeb-kazmi najeeb-kazmi merged commit caf4b1d into dotnet:master Jan 28, 2020
@najeeb-kazmi najeeb-kazmi deleted the 4011 branch January 30, 2020 01:09
@ghost ghost locked as resolved and limited conversation to collaborators Mar 19, 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.

Score column contains square of Euclidean distance?
2 participants