-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
improve multiclassification using AutoMLExperiment #6270
improve multiclassification using AutoMLExperiment #6270
Conversation
@@ -8,6 +8,7 @@ public static void Main(string[] args) | |||
{ | |||
try | |||
{ | |||
Cifar10.Run(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to clear the console after this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
@LittleLittleCloud couple of questions, but it also looks like some tests are failing as well. |
Codecov Report
@@ Coverage Diff @@
## main #6270 +/- ##
==========================================
+ Coverage 68.39% 68.58% +0.18%
==========================================
Files 1144 1170 +26
Lines 244970 246892 +1922
Branches 25408 25666 +258
==========================================
+ Hits 167551 169332 +1781
- Misses 70764 70843 +79
- Partials 6655 6717 +62
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
…leLittleCloud/machinelearning into u/xiaoyun/reimplement-multi
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/// <summary> | ||
/// See <see cref="AveragedPerceptronTrainer"/>. | ||
/// </summary> | ||
AveragedPerceptron, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This API is still unstable so we can change it. But it will affect code that uses AveragePerceptron
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be good if somehow document this breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this PR I add an api break change label to it so we can document it in the next release note.
And let me talk to Eric and Luis on how to document it.
We are excited to review your PR.
So we can do the best job, please check:
Fixes #nnnn
in your description to cause GitHub to automatically close the issue(s) when your PR is merged.