From 4a5225d3dc86d2644c12f14764384c6fffe0d327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Sun, 8 May 2022 22:49:50 +0200 Subject: [PATCH] refactor remove iwss from results --- benchmark/tests/test_files/be_main_complete.test | 16 ++++++++++++++++ benchmark/tests/test_files/excel_add_STree.test | 2 +- benchmark/tests/test_files/report_best.test | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 benchmark/tests/test_files/be_main_complete.test diff --git a/benchmark/tests/test_files/be_main_complete.test b/benchmark/tests/test_files/be_main_complete.test new file mode 100644 index 0000000..3217515 --- /dev/null +++ b/benchmark/tests/test_files/be_main_complete.test @@ -0,0 +1,16 @@ +*********************************************************************************************************************** +* Report STree ver. 1.2.4 with 5 Folds cross validation and 10 random seeds. 2022-05-08 20:14:43 * +* test * +* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False * +* Execution took 0.48 seconds, 0.00 hours, on iMac27 * +* Score is accuracy * +*********************************************************************************************************************** + +Dataset Samp Feat. Cls Nodes Leaves Depth Score Time Hyperparameters +============================== ===== ===== === ======= ======= ======= =============== ================ =============== +balance-scale 625 4 3 17.36 9.18 6.18 0.908480±0.0247 0.007388±0.0013 {} +balloons 16 4 2 4.64 2.82 2.66 0.663333±0.3009 0.000664±0.0002 {} +*********************************************************************************************************************** +* Accuracy compared to stree_default (liblinear-ovr) .: 0.0390 * +*********************************************************************************************************************** +Results in results/results_accuracy_STree_iMac27_2022-05-08_20:14:43_0.json diff --git a/benchmark/tests/test_files/excel_add_STree.test b/benchmark/tests/test_files/excel_add_STree.test index f2d56ca..36937eb 100644 --- a/benchmark/tests/test_files/excel_add_STree.test +++ b/benchmark/tests/test_files/excel_add_STree.test @@ -42,5 +42,5 @@ 8;9;"0.2756860130252853" 8;10;"0.02120100021362305" 8;11;"0.003526023309468471" -8;12;"{'splitter': 'iwss', 'max_features': 'auto'}" +8;12;"{'splitter': 'best', 'max_features': 'auto'}" 10;1;"** Accuracy compared to stree_default (liblinear-ovr) .: 0.0416" \ No newline at end of file diff --git a/benchmark/tests/test_files/report_best.test b/benchmark/tests/test_files/report_best.test index f166f28..735ed01 100644 --- a/benchmark/tests/test_files/report_best.test +++ b/benchmark/tests/test_files/report_best.test @@ -4,7 +4,7 @@ Dataset Score File/Message Hyperparameters ============================== ======== ============================================================================ ============================================= -balance-scale 0.980000 results_accuracy_STree_iMac27_2021-10-27_09:40:40_0.json {'splitter': 'iwss', 'max_features': 'auto'} +balance-scale 0.980000 results_accuracy_STree_iMac27_2021-10-27_09:40:40_0.json {'splitter': 'best', 'max_features': 'auto'} balloons 0.860000 results_accuracy_STree_iMac27_2021-09-30_11:42:07_0.json {'C': 7, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'} ****************************************************************************************************************************************************************** * Scores compared to stree_default accuracy (liblinear-ovr) .: 0.0457 *