From f6c043d983557b500a6f6d8e7a97f49a78f57d23 Mon Sep 17 00:00:00 2001 From: Anipik Date: Thu, 24 May 2018 10:37:15 +0530 Subject: [PATCH] Enabled Threshhold test --- test/Microsoft.ML.Predictor.Tests/TestPredictors.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs b/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs index 4a93d3468d..0f801bf9e9 100644 --- a/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs +++ b/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs @@ -225,7 +225,7 @@ public void BinaryClassifierLogisticRegressionTest() Done(); } - [Fact(Skip = "Need CoreTLC specific baseline update")] + [Fact] [TestCategory("Binary")] public void BinaryClassifierTesterThresholdingTest() {