Skip to content

Commit c8894d7

Browse files
committed
Update test expectations
1 parent e5f9305 commit c8894d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Sentiment/Wikiled.Sentiment.AcceptanceTests/Training/SentimentTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public class SentimentTests
1111
{
1212
private static readonly ILogger log = ApplicationLogging.CreateLogger<SentimentTests>();
1313

14-
[TestCase("B00002EQCW", "Total:<215> Positive:<91.000%> Negative:<80.000%> F1:<0.945> RMSE:1.12")]
15-
[TestCase("B0026127Y8", "Total:<854> Positive:<80.724%> Negative:<56.790%> F1:<0.872> RMSE:1.37")]
14+
[TestCase("B00002EQCW", "Total:<215> Positive:<90.000%> Negative:<80.000%> F1:<0.940> RMSE:1.14")]
15+
[TestCase("B0026127Y8", "Total:<854> Positive:<80.207%> Negative:<58.025%> F1:<0.869> RMSE:1.36")]
1616
public async Task TestElectronics(string product, string performance)
1717
{
1818
log.LogInformation("TestElectronics: {0} {1}", product, performance);
@@ -21,7 +21,7 @@ public async Task TestElectronics(string product, string performance)
2121
}
2222

2323

24-
[TestCase("B0002L5R78", "Total:<7268> Positive:<80.656%> Negative:<41.272%> F1:<0.861> RMSE:1.58")]
24+
[TestCase("B0002L5R78", "Total:<7268> Positive:<80.594%> Negative:<41.949%> F1:<0.861> RMSE:1.59")]
2525
public async Task TestVideo(string product, string performance)
2626
{
2727
log.LogInformation("TestVideo: {0} {1}", product, performance);

0 commit comments

Comments
 (0)