From 59cea63647944796466eecafe4957992471e51ba Mon Sep 17 00:00:00 2001 From: Heitor Date: Sat, 27 Apr 2024 19:58:31 +1200 Subject: [PATCH] updating SOKNL test --- tests/test_regressors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_regressors.py b/tests/test_regressors.py index f8ac9bb8..810d9ba1 100644 --- a/tests/test_regressors.py +++ b/tests/test_regressors.py @@ -24,7 +24,7 @@ (partial(ARFFIMTDD), 4.95, 4.6), (partial(ORTO), 9.2, 7.6), (partial(SOKNLBT), 4.95, 4.6), - (partial(SOKNL), 3.37, 2.77), + (partial(SOKNL), 3.67, 3.04), ], ids=[ "AdaptiveRandomForestRegressor",