Skip to content

Created v1.5.2 relase notes #5373

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 3 commits into from
Sep 11, 2020
Merged

Created v1.5.2 relase notes #5373

merged 3 commits into from
Sep 11, 2020

Conversation

harishsk
Copy link
Contributor

Created v1.5.2 release notes from v1.5.1 release notes.

@harishsk harishsk requested a review from a team as a code owner August 30, 2020 18:38
@codecov
Copy link

codecov bot commented Aug 30, 2020

Codecov Report

Merging #5373 into master will increase coverage by 0.07%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5373      +/-   ##
==========================================
+ Coverage   74.02%   74.09%   +0.07%     
==========================================
  Files        1019     1019              
  Lines      190355   190355              
  Branches    20469    20469              
==========================================
+ Hits       140905   141044     +139     
+ Misses      43906    43781     -125     
+ Partials     5544     5530      -14     
Flag Coverage Δ
#Debug 74.09% <ø> (+0.07%) ⬆️
#production 69.86% <ø> (+0.09%) ⬆️
#test 87.71% <ø> (ø)

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

Impacted Files Coverage Δ
....ML.AutoML/PipelineSuggesters/PipelineSuggester.cs 83.19% <0.00%> (-3.37%) ⬇️
src/Microsoft.ML.Maml/MAML.cs 23.78% <0.00%> (-0.98%) ⬇️
src/Microsoft.ML.AutoML/Sweepers/Parameters.cs 84.32% <0.00%> (-0.85%) ⬇️
...ML.Transforms/Text/StopWordsRemovingTransformer.cs 86.67% <0.00%> (+0.14%) ⬆️
src/Microsoft.ML.Data/Utils/LossFunctions.cs 67.35% <0.00%> (+0.51%) ⬆️
...oft.ML.StandardTrainers/Standard/SdcaMulticlass.cs 92.49% <0.00%> (+1.02%) ⬆️
...crosoft.ML.StandardTrainers/Optimizer/Optimizer.cs 73.12% <0.00%> (+1.15%) ⬆️
src/Microsoft.ML.Sweeper/AsyncSweeper.cs 72.78% <0.00%> (+1.36%) ⬆️
...L.AutoML/TrainerExtensions/TrainerExtensionUtil.cs 86.36% <0.00%> (+1.65%) ⬆️
...rosoft.ML.AutoML/ColumnInference/TextFileSample.cs 62.25% <0.00%> (+2.64%) ⬆️
... and 3 more

Copy link

@misharp misharp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

- RobustScalingNormalizer entrypoint added ([#5310](https://github.com/dotnet/machinelearning/pull/5310))
- Replace whitelist terminology to allow list ([#5328](https://github.com/dotnet/machinelearning/pull/5328)) (Thanks [**@LetticiaNicoli**](https://github.com/LetticiaNicoli))
- Fixes #5352 issues caused by equality with non-string values for root cause localization ([#5354](https://github.com/dotnet/machinelearning/pull/5354))
- Aded catch in R^2 calculation for case with few samples ([#5319](https://github.com/dotnet/machinelearning/pull/5319))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Aded catch in R^2 calculation for case with few samples ([#5319](https://github.com/dotnet/machinelearning/pull/5319))
- Added check in R^2 calculation for the case with few samples ([#5319](https://github.com/dotnet/machinelearning/pull/5319))

- Updated codegen to make it work with mlnet 1.5 ([#5173](https://github.com/dotnet/machinelearning/pull/5173))
- Updated codegen to support object detection scenario. ([#5216](https://github.com/dotnet/machinelearning/pull/5216))
- Fix issue #5350, check file lock before reload model ([#5351](https://github.com/dotnet/machinelearning/pull/5351))
- AutoML.Net filter infinity value when calculate average score ([#5345](https://github.com/dotnet/machinelearning/pull/5345))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- AutoML.Net filter infinity value when calculate average score ([#5345](https://github.com/dotnet/machinelearning/pull/5345))
- Improve handling of infinity values in AutoML.NET when calculating average CV metrics ([#5345](https://github.com/dotnet/machinelearning/pull/5345))

@@ -48,6 +48,18 @@
- Fixed OnnxTransformer output column mapping. ([#5192](https://github.com/dotnet/machinelearning/pull/5192))
- Fixed version format of built packages ([#5197](https://github.com/dotnet/machinelearning/pull/5197))
- Improvements to "Invalid TValue" error message ([#5189](https://github.com/dotnet/machinelearning/pull/5189))
- Added IDisposable to OnnxTransformer and fixed memory leaks ([#5348](https://github.com/dotnet/machinelearning/pull/5348))
- Fixes #4392 Add AddPredictionEnginePool overload for implementation factory ([#4393](https://github.com/dotnet/machinelearning/pull/4393))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend full URLs as otherwise the auto-numeric links break in github if a repo is renamed, or if viewing within a fork.

Suggested change
- Fixes #4392 Add AddPredictionEnginePool overload for implementation factory ([#4393](https://github.com/dotnet/machinelearning/pull/4393))
- Fixes [#4392](https://github.com/dotnet/machinelearning/issues/4392) Add AddPredictionEnginePool overload for implementation factory ([#4393](https://github.com/dotnet/machinelearning/pull/4393))

- Fixes #4392 Add AddPredictionEnginePool overload for implementation factory ([#4393](https://github.com/dotnet/machinelearning/pull/4393))
- Updated codegen to make it work with mlnet 1.5 ([#5173](https://github.com/dotnet/machinelearning/pull/5173))
- Updated codegen to support object detection scenario. ([#5216](https://github.com/dotnet/machinelearning/pull/5216))
- Fix issue #5350, check file lock before reload model ([#5351](https://github.com/dotnet/machinelearning/pull/5351))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend full URLs as otherwise the auto-numeric links break in github if a repo is renamed, or if viewing within a fork.

Suggested change
- Fix issue #5350, check file lock before reload model ([#5351](https://github.com/dotnet/machinelearning/pull/5351))
- Fix issue [#5350](https://github.com/dotnet/machinelearning/issues/5350), check file lock before reload model ([#5351](https://github.com/dotnet/machinelearning/pull/5351))

- Throw when PCA generates invalid eigenvectors ([#5349](https://github.com/dotnet/machinelearning/pull/5349))
- RobustScalingNormalizer entrypoint added ([#5310](https://github.com/dotnet/machinelearning/pull/5310))
- Replace whitelist terminology to allow list ([#5328](https://github.com/dotnet/machinelearning/pull/5328)) (Thanks [**@LetticiaNicoli**](https://github.com/LetticiaNicoli))
- Fixes #5352 issues caused by equality with non-string values for root cause localization ([#5354](https://github.com/dotnet/machinelearning/pull/5354))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend full URLs as otherwise the auto-numeric links break in github if a repo is renamed, or if viewing within a fork.

Suggested change
- Fixes #5352 issues caused by equality with non-string values for root cause localization ([#5354](https://github.com/dotnet/machinelearning/pull/5354))
- Fixes [#5352](https://github.com/dotnet/machinelearning/issues/5352) issues caused by equality with non-string values for root cause localization ([#5354](https://github.com/dotnet/machinelearning/pull/5354))

Copy link
Contributor

@justinormont justinormont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes listed above.

- Throw when PCA generates invalid eigenvectors ([#5349](https://github.com/dotnet/machinelearning/pull/5349))
- RobustScalingNormalizer entrypoint added ([#5310](https://github.com/dotnet/machinelearning/pull/5310))
- Replace whitelist terminology to allow list ([#5328](https://github.com/dotnet/machinelearning/pull/5328)) (Thanks [**@LetticiaNicoli**](https://github.com/LetticiaNicoli))
- Fixes #5352 issues caused by equality with non-string values for root cause localization ([#5354](https://github.com/dotnet/machinelearning/pull/5354))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit:

Suggested change
- Fixes #5352 issues caused by equality with non-string values for root cause localization ([#5354](https://github.com/dotnet/machinelearning/pull/5354))
- Fixes issue caused by equality with non-string values for root cause localization ([#5354](https://github.com/dotnet/machinelearning/pull/5354))

@harishsk harishsk merged commit 5929292 into dotnet:master Sep 11, 2020
@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.

5 participants