Skip to content

LDSVM trainer #4060

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 11 commits into from
Feb 5, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
baselines
  • Loading branch information
yaeldMS committed Jan 20, 2020
commit 83a58dff04b83a098225206daa95f63978cf73ad
4 changes: 2 additions & 2 deletions test/Microsoft.ML.Predictor.Tests/TestPredictors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ public sealed partial class TestPredictors
/// <summary>
///A test for binary classifiers
///</summary>
[Fact]
[LessThanNetCore30OrNotNetCoreFact("netcoreapp3.0 output differs from Baseline")]
[TestCategory("Binary")]
[TestCategory("LDSVM")]
public void BinaryClassifierLDSvmTest()
Expand All @@ -2121,7 +2121,7 @@ public void BinaryClassifierLDSvmTest()
/// <summary>
///A test for binary classifiers
///</summary>
[Fact]
[LessThanNetCore30OrNotNetCoreFact("netcoreapp3.0 output differs from Baseline")]
[TestCategory("Binary")]
[TestCategory("LDSVM")]
public void BinaryClassifierLDSvmNoBiasTest()
Expand Down