Skip to content

Commit 930322a

Browse files
author
Ivan Matantsev
committed
fix test
1 parent f169932 commit 930322a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.Tests/ScenariosWithDirectInstantiation/SentimentPredictionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public void TrainAndPredictSentimentModelWithDirectionInstantiationTestWithWordE
177177
var metrics = EvaluateBinary(env, testDataScorer);
178178

179179
// SSWE is a simple word embedding model + we train on a really small dataset, so metrics are not great.
180-
Assert.Equal(.666, metrics.Accuracy, 4);
180+
Assert.Equal(.6667, metrics.Accuracy, 4);
181181
Assert.Equal(.71, metrics.Auc, 1);
182182
Assert.Equal(.57, metrics.Auprc, 2);
183183
// Create prediction engine and test predictions

0 commit comments

Comments
 (0)