Skip to content

Conversation

@rogancarr
Copy link
Contributor

In the LbfgsTrainerBase, the OptmizationTolerance option was misspelled.

Fixes #3198

@rogancarr rogancarr requested review from abgoswam, shmoradims and wschin and removed request for abgoswam and wschin April 4, 2019 01:00
Copy link
Contributor

@artidoro artidoro left a comment

Choose a reason for hiding this comment

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

:shipit:

@artidoro
Copy link
Contributor

artidoro commented Apr 4, 2019

Just need to update the entrypoint catalog.

{
MaximumNumberOfIterations = 100,
OptmizationTolerance = 1e-8f,
OptimizationTolerance = 1e-8f,
Copy link
Contributor

Choose a reason for hiding this comment

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

So, this is desirable, but it is a breaking change, not sure what our procedure and thoughts are about that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was going to see if we could Ask it into 1.0. I will ask.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Process: Check into master: Cherry-pick into the release branch. PR into release branch will be part of ask-mode.

@codecov
Copy link

codecov bot commented Apr 5, 2019

Codecov Report

Merging #3199 into master will increase coverage by 0.02%.
The diff coverage is 90%.

@@            Coverage Diff             @@
##           master    #3199      +/-   ##
==========================================
+ Coverage    72.6%   72.62%   +0.02%     
==========================================
  Files         807      807              
  Lines      144957   145080     +123     
  Branches    16211    16213       +2     
==========================================
+ Hits       105240   105365     +125     
+ Misses      35298    35297       -1     
+ Partials     4419     4418       -1
Flag Coverage Δ
#Debug 72.62% <90%> (+0.02%) ⬆️
#production 68.17% <83.33%> (ø) ⬆️
#test 88.92% <100%> (+0.03%) ⬆️
Impacted Files Coverage Δ
...est/Microsoft.ML.Predictor.Tests/TestPredictors.cs 63.8% <100%> (ø) ⬆️
.../Standard/LogisticRegression/LbfgsPredictorBase.cs 71.33% <83.33%> (ø) ⬆️
src/Microsoft.ML.Core/Data/ProgressReporter.cs 70.95% <0%> (-6.99%) ⬇️
src/Microsoft.ML.DataView/KeyDataViewType.cs 74.57% <0%> (-3.76%) ⬇️
src/Microsoft.ML.Maml/MAML.cs 24.75% <0%> (-1.46%) ⬇️
src/Microsoft.ML.Data/Transforms/ValueMapping.cs 84.26% <0%> (-0.14%) ⬇️
src/Microsoft.ML.Transforms/CategoricalCatalog.cs 68.42% <0%> (ø) ⬆️
...Microsoft.ML.Transforms/FeatureSelectionCatalog.cs 60% <0%> (ø) ⬆️
...crosoft.ML.Tests/Transformers/ValueMappingTests.cs 100% <0%> (ø) ⬆️
...osoft.ML.Recommender/MatrixFactorizationTrainer.cs 70.39% <0%> (ø) ⬆️
... and 6 more

@rogancarr rogancarr merged commit 073a33b into dotnet:master Apr 5, 2019
@rogancarr rogancarr deleted the 3198_optm_misspelling branch April 5, 2019 22:11
rogancarr added a commit to rogancarr/machinelearning that referenced this pull request Apr 5, 2019
* Renaming OptimizationTolerance in LBFGS to fix a spelling bug.

(cherry picked from commit 073a33b)
rogancarr added a commit to rogancarr/machinelearning that referenced this pull request Apr 5, 2019
* Renaming OptimizationTolerance in LBFGS to fix a spelling bug.

(cherry picked from commit 073a33b)
@ghost ghost locked as resolved and limited conversation to collaborators Mar 23, 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.

4 participants