From 5447aee3b370a948f80711f7845e5fdd2144646f Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sat, 27 Jan 2024 15:38:44 +0300 Subject: [PATCH] Reduce LogLossReduction --- RhSolutions.ML.Tests/ModelTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RhSolutions.ML.Tests/ModelTests.cs b/RhSolutions.ML.Tests/ModelTests.cs index c31b774..e0f1bd5 100644 --- a/RhSolutions.ML.Tests/ModelTests.cs +++ b/RhSolutions.ML.Tests/ModelTests.cs @@ -19,6 +19,6 @@ public class ModelTests Assert.That(testMetrics.MicroAccuracy, Is.AtLeast(0.95)); Assert.That(testMetrics.MacroAccuracy, Is.AtLeast(0.95)); Assert.That(testMetrics.LogLoss, Is.AtMost(0.2)); - Assert.That(testMetrics.LogLossReduction, Is.AtLeast(0.95)); + Assert.That(testMetrics.LogLossReduction, Is.AtLeast(0.8)); } } \ No newline at end of file