Skip to content

Conversation

@shmoradims
Copy link

Related to #2522

var metrics = mlContext.Regression.Evaluate(transformedTestData);
SamplesUtils.ConsoleUtils.PrintMetrics(metrics);


Copy link
Contributor

Choose a reason for hiding this comment

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

Spaces

Console.WriteLine($"Label: {p.Label:F3}, Prediction: {p.Score:F3}");

// Expected output:
// OGD doesn't work: https://github.com/dotnet/machinelearning/issues/2425
Copy link
Contributor

@rogancarr rogancarr Mar 22, 2019

Choose a reason for hiding this comment

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

Let's not have a sample if we can't show it working. I'd say remove OGD and add that we need a sample to the open issue.

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, the issue says that it doesn't have baselines, not that it doesn't work. Can you update the issue?


In reply to: 268338288 [](ancestors = 268338288)

Copy link
Member

Choose a reason for hiding this comment

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

OGD works, there are 5 tests about it running regularly.


In reply to: 268338288 [](ancestors = 268338288)

Copy link
Contributor

Choose a reason for hiding this comment

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

How about we put the output in and add a // TODO #ISSUE_NUMBER: Explanation above the output.


In reply to: 268347907 [](ancestors = 268347907,268338288)

@codecov
Copy link

codecov bot commented Mar 22, 2019

Codecov Report

Merging #3067 into master will increase coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3067      +/-   ##
==========================================
+ Coverage   72.53%   72.53%   +<.01%     
==========================================
  Files         805      805              
  Lines      144243   144243              
  Branches    16175    16175              
==========================================
+ Hits       104620   104625       +5     
+ Misses      35222    35219       -3     
+ Partials     4401     4399       -2
Flag Coverage Δ
#Debug 72.53% <ø> (ø) ⬆️
#production 68.15% <ø> (ø) ⬆️
#test 88.76% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...oft.ML.StandardTrainers/StandardTrainersCatalog.cs 89.07% <ø> (ø) ⬆️
...soft.ML.Data/DataLoadSave/Text/TextLoaderCursor.cs 85.31% <0%> (+0.4%) ⬆️
src/Microsoft.ML.Maml/MAML.cs 26.21% <0%> (+1.45%) ⬆️

Copy link
Member

@sfilipi sfilipi left a comment

Choose a reason for hiding this comment

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

:shipit:

Copy link
Contributor

@rogancarr rogancarr left a comment

Choose a reason for hiding this comment

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

🚢 🚀

@shmoradims shmoradims merged commit b8cffee into dotnet:master Mar 22, 2019
@shmoradims shmoradims deleted the samples_regression_trainers2 branch April 2, 2019 23:41
@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.

3 participants