Uh oh!
There was an error while loading. Please reload this page.
Binary classification samples update - #3311
Conversation
Noticed that I forgot to add |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
all checklist points are done. please also add #6 (it's in the checklist with example links): When you do that might want to rename this line: var model = pipeline.Fit(trainingData); Refers to: docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/BinaryClassification/BinaryClassification.ttinclude:11 in ace5d1b. [](commit_id = ace5d1b, deletion_comment = False) |
Uh oh!
There was an error while loading. Please reload this page.
please also exclude libmf change in this PR #Closed |
i like this PR very much :) #Resolved |
Add reference to: // This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.LightGbm/">Microsoft.ML.LightGbm</a>.For |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #3311 +/- ##
==========================================
- Coverage 72.7% 72.69% -0.01%
==========================================
Files 807 807 Lines 145172 145172 Branches 16225 16225 ==========================================
- Hits 105541 105529 -12 - Misses 35217 35227 +10 - Partials 4414 4416 +2
|
Tracked in #2522.
In this PR I use the templates for binary classification samples to eliminate the dependency on the SamplesUtils and make the samples standalone.
Some binary classification trainers did not have samples, so I added them.
Note: This PR does not take care of FFM on which @wschin will be working.