From e16dde713c91d721393c5621065917e9bc7d53b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Tue, 10 May 2022 12:42:01 +0200 Subject: [PATCH] Fix issue in be_print_strees_test --- .../results/grid_output_accuracy_ODTE.json | 26 +++++++++++++++++++ .../tests/scripts/Be_Print_Strees_test.py | 8 +++--- 2 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 benchmark/tests/results/grid_output_accuracy_ODTE.json diff --git a/benchmark/tests/results/grid_output_accuracy_ODTE.json b/benchmark/tests/results/grid_output_accuracy_ODTE.json new file mode 100644 index 0000000..99b76aa --- /dev/null +++ b/benchmark/tests/results/grid_output_accuracy_ODTE.json @@ -0,0 +1,26 @@ +{ + "balance-scale": [ + 0.9743999999999999, + { + "base_estimator__C": 57, + "base_estimator__gamma": 0.1, + "base_estimator__kernel": "rbf", + "base_estimator__multiclass_strategy": "ovr", + "n_estimators": 100, + "n_jobs": -1 + }, + "v. 0.3.2, Computed on bart on 2022-03-10 at 22:56:53 took 12.182 min" + ], + "balloons": [ + 0.7666666666666667, + { + "base_estimator__C": 5, + "base_estimator__gamma": 0.14, + "base_estimator__kernel": "rbf", + "base_estimator__multiclass_strategy": "ovr", + "n_estimators": 100, + "n_jobs": -1 + }, + "v. 0.3.2, Computed on bart on 2022-03-10 at 23:09:07 took 18.229 s" + ] +} diff --git a/benchmark/tests/scripts/Be_Print_Strees_test.py b/benchmark/tests/scripts/Be_Print_Strees_test.py index 67a4da2..8071e99 100644 --- a/benchmark/tests/scripts/Be_Print_Strees_test.py +++ b/benchmark/tests/scripts/Be_Print_Strees_test.py @@ -12,12 +12,12 @@ class BePrintStrees(TestBase): self.datasets = ["balloons", "balance-scale"] self.expected = { "balloons": { - "color": "b2342cc27a4ab495970616346bedf73b", - "gray": "a9bc4d2041f2869a93164a548f6ad986", + "color": "107a73552a9ad66dee34a825d613a792", + "gray": "d2a1746459298e9a625f8c96264a6841", }, "balance-scale": { - "color": "2e85d66de1ae838d01a3f327397a50c8", - "gray": "30f325134d4b5153c9e6ecbcae7b6d1f", + "color": "0ba25cfe6a64d01187dfd3106b0cea7a", + "gray": "ce51aa4680e73af44b93ca717621d728", }, }