mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 16:35:54 +00:00
Add a space to #Samples in every report
This commit is contained in:
@@ -83,10 +83,10 @@ class BaseReport(abc.ABC):
|
|||||||
|
|
||||||
|
|
||||||
class Report(BaseReport):
|
class Report(BaseReport):
|
||||||
header_lengths = [30, 5, 5, 3, 7, 7, 7, 15, 16, 15]
|
header_lengths = [30, 6, 5, 3, 7, 7, 7, 15, 16, 15]
|
||||||
header_cols = [
|
header_cols = [
|
||||||
"Dataset",
|
"Dataset",
|
||||||
"Samp",
|
"Sampl.",
|
||||||
"Feat.",
|
"Feat.",
|
||||||
"Cls",
|
"Cls",
|
||||||
"Nodes",
|
"Nodes",
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Report STree ver. 1.2.4 with 5 Folds cross validation and 10 random seeds. 2022-05-09 00:15:25 *
|
[94m* Report STree ver. 1.2.4 with 5 Folds cross validation and 10 random seeds. 2022-05-09 00:15:25 *
|
||||||
[94m* test *
|
[94m* test *
|
||||||
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
||||||
[94m* Execution took 0.80 seconds, 0.00 hours, on iMac27 *
|
[94m* Execution took 0.80 seconds, 0.00 hours, on iMac27 *
|
||||||
[94m* Score is accuracy *
|
[94m* Score is accuracy *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
|
|
||||||
Dataset Samp Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
Dataset Sampl. Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
||||||
============================== ===== ===== === ======= ======= ======= =============== ================ ===============
|
============================== ====== ===== === ======= ======= ======= =============== ================ ===============
|
||||||
[96mbalance-scale 625 4 3 23.32 12.16 6.44 0.840160±0.0304 0.013745±0.0019 {'splitter': 'best', 'max_features': 'auto'}
|
[96mbalance-scale 625 4 3 23.32 12.16 6.44 0.840160±0.0304 0.013745±0.0019 {'splitter': 'best', 'max_features': 'auto'}
|
||||||
[94mballoons 16 4 2 3.00 2.00 2.00 0.860000±0.2850 0.000388±0.0000 {'C': 7, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'}
|
[94mballoons 16 4 2 3.00 2.00 2.00 0.860000±0.2850 0.000388±0.0000 {'C': 7, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'}
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0422 *
|
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0422 *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
Results in results/results_accuracy_STree_iMac27_2022-05-09_00:15:25_0.json
|
Results in results/results_accuracy_STree_iMac27_2022-05-09_00:15:25_0.json
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Report STree ver. 1.2.4 with 5 Folds cross validation and 10 random seeds. 2022-05-08 20:14:43 *
|
[94m* Report STree ver. 1.2.4 with 5 Folds cross validation and 10 random seeds. 2022-05-08 20:14:43 *
|
||||||
[94m* test *
|
[94m* test *
|
||||||
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
||||||
[94m* Execution took 0.48 seconds, 0.00 hours, on iMac27 *
|
[94m* Execution took 0.48 seconds, 0.00 hours, on iMac27 *
|
||||||
[94m* Score is accuracy *
|
[94m* Score is accuracy *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
|
|
||||||
Dataset Samp Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
Dataset Sampl. Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
||||||
============================== ===== ===== === ======= ======= ======= =============== ================ ===============
|
============================== ====== ===== === ======= ======= ======= =============== ================ ===============
|
||||||
[96mbalance-scale 625 4 3 17.36 9.18 6.18 0.908480±0.0247 0.007388±0.0013 {}
|
[96mbalance-scale 625 4 3 17.36 9.18 6.18 0.908480±0.0247 0.007388±0.0013 {}
|
||||||
[94mballoons 16 4 2 4.64 2.82 2.66 0.663333±0.3009 0.000664±0.0002 {}
|
[94mballoons 16 4 2 4.64 2.82 2.66 0.663333±0.3009 0.000664±0.0002 {}
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0390 *
|
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0390 *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
Results in results/results_accuracy_STree_iMac27_2022-05-08_20:14:43_0.json
|
Results in results/results_accuracy_STree_iMac27_2022-05-08_20:14:43_0.json
|
||||||
|
@@ -1,15 +1,15 @@
|
|||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Report STree ver. 1.2.4 with 5 Folds cross validation and 10 random seeds. 2022-05-08 19:38:28 *
|
[94m* Report STree ver. 1.2.4 with 5 Folds cross validation and 10 random seeds. 2022-05-08 19:38:28 *
|
||||||
[94m* test *
|
[94m* test *
|
||||||
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
||||||
[94m* Execution took 0.06 seconds, 0.00 hours, on iMac27 *
|
[94m* Execution took 0.06 seconds, 0.00 hours, on iMac27 *
|
||||||
[94m* Score is accuracy *
|
[94m* Score is accuracy *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
|
|
||||||
Dataset Samp Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
Dataset Sampl. Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
||||||
============================== ===== ===== === ======= ======= ======= =============== ================ ===============
|
============================== ====== ===== === ======= ======= ======= =============== ================ ===============
|
||||||
[96mballoons 16 4 2 4.64 2.82 2.66 0.663333±0.3009 0.000671±0.0001 {}
|
[96mballoons 16 4 2 4.64 2.82 2.66 0.663333±0.3009 0.000671±0.0001 {}
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0165 *
|
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0165 *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
Partial result file removed: results/results_accuracy_STree_iMac27_2022-05-08_19:38:28_0.json
|
Partial result file removed: results/results_accuracy_STree_iMac27_2022-05-08_19:38:28_0.json
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Report STree ver. 1.2.4 with 5 Folds cross validation and 10 random seeds. 2022-05-09 00:21:06 *
|
[94m* Report STree ver. 1.2.4 with 5 Folds cross validation and 10 random seeds. 2022-05-09 00:21:06 *
|
||||||
[94m* test *
|
[94m* test *
|
||||||
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
||||||
[94m* Execution took 0.89 seconds, 0.00 hours, on iMac27 *
|
[94m* Execution took 0.89 seconds, 0.00 hours, on iMac27 *
|
||||||
[94m* Score is accuracy *
|
[94m* Score is accuracy *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
|
|
||||||
Dataset Samp Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
Dataset Sampl. Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
||||||
============================== ===== ===== === ======= ======= ======= =============== ================ ===============
|
============================== ====== ===== === ======= ======= ======= =============== ================ ===============
|
||||||
[96mbalance-scale 625 4 3 26.12 13.56 7.94 0.910720±0.0249 0.015852±0.0027 {'C': 1.0, 'kernel': 'liblinear', 'multiclass_strategy': 'ovr'}
|
[96mbalance-scale 625 4 3 26.12 13.56 7.94 0.910720±0.0249 0.015852±0.0027 {'C': 1.0, 'kernel': 'liblinear', 'multiclass_strategy': 'ovr'}
|
||||||
[94mballoons 16 4 2 4.64 2.82 2.66 0.663333±0.3009 0.000640±0.0001 {'C': 1.0, 'kernel': 'linear', 'multiclass_strategy': 'ovr'}
|
[94mballoons 16 4 2 4.64 2.82 2.66 0.663333±0.3009 0.000640±0.0001 {'C': 1.0, 'kernel': 'linear', 'multiclass_strategy': 'ovr'}
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0391 *
|
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0391 *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
Results in results/results_accuracy_STree_iMac27_2022-05-09_00:21:06_0.json
|
Results in results/results_accuracy_STree_iMac27_2022-05-09_00:21:06_0.json
|
||||||
|
@@ -1,15 +1,15 @@
|
|||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Report STree ver. 1.2.3 with 5 Folds cross validation and 10 random seeds. 2021-09-30 11:42:07 *
|
[94m* Report STree ver. 1.2.3 with 5 Folds cross validation and 10 random seeds. 2021-09-30 11:42:07 *
|
||||||
[94m* With gridsearched hyperparameters *
|
[94m* With gridsearched hyperparameters *
|
||||||
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
||||||
[94m* Execution took 624.25 seconds, 0.17 hours, on iMac27 *
|
[94m* Execution took 624.25 seconds, 0.17 hours, on iMac27 *
|
||||||
[94m* Score is accuracy *
|
[94m* Score is accuracy *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
|
|
||||||
Dataset Samp Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
Dataset Sampl. Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
||||||
============================== ===== ===== === ======= ======= ======= =============== ================ ===============
|
============================== ====== ===== === ======= ======= ======= =============== ================ ===============
|
||||||
[96mbalance-scale 625 4 3 7.00 4.00 3.00 0.970560±0.0150 0.014049±0.0020 {'C': 10000.0, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'}
|
[96mbalance-scale 625 4 3 7.00 4.00 3.00 0.970560±0.0150 0.014049±0.0020 {'C': 10000.0, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'}
|
||||||
[94mballoons 16 4 2 3.00 2.00 2.00 0.860000±0.2850 0.000854±0.0000 {'C': 7, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'}
|
[94mballoons 16 4 2 3.00 2.00 2.00 0.860000±0.2850 0.000854±0.0000 {'C': 7, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'}
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0454 *
|
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0454 *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* Report STree ver. 1.2.3 with 5 Folds cross validation and 10 random seeds. 2021-09-30 11:42:07 *
|
[94m* Report STree ver. 1.2.3 with 5 Folds cross validation and 10 random seeds. 2021-09-30 11:42:07 *
|
||||||
[94m* With gridsearched hyperparameters *
|
[94m* With gridsearched hyperparameters *
|
||||||
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
[94m* Random seeds: [57, 31, 1714, 17, 23, 79, 83, 97, 7, 1] Stratified: False *
|
||||||
[94m* Execution took 624.25 seconds, 0.17 hours, on iMac27 *
|
[94m* Execution took 624.25 seconds, 0.17 hours, on iMac27 *
|
||||||
[94m* Score is accuracy *
|
[94m* Score is accuracy *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
|
|
||||||
Dataset Samp Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
Dataset Sampl. Feat. Cls Nodes Leaves Depth Score Time Hyperparameters
|
||||||
============================== ===== ===== === ======= ======= ======= =============== ================ ===============
|
============================== ====== ===== === ======= ======= ======= =============== ================ ===============
|
||||||
[96mbalance-scale 625 4 3 7.00 4.00 3.00 0.970560±0.0150 0.014049±0.0020 {'C': 10000.0, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'}
|
[96mbalance-scale 625 4 3 7.00 4.00 3.00 0.970560±0.0150 0.014049±0.0020 {'C': 10000.0, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'}
|
||||||
[94mballoons 16 4 2 3.00 2.00 2.00 0.860000±0.2850✔ 0.000854±0.0000 {'C': 7, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'}
|
[94mballoons 16 4 2 3.00 2.00 2.00 0.860000±0.2850✔ 0.000854±0.0000 {'C': 7, 'gamma': 0.1, 'kernel': 'rbf', 'max_iter': 10000.0, 'multiclass_strategy': 'ovr'}
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
[94m* ✔ Equal to best .....: 1 *
|
[94m* ✔ Equal to best .....: 1 *
|
||||||
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0454 *
|
[94m* Accuracy compared to stree_default (liblinear-ovr) .: 0.0454 *
|
||||||
[94m***********************************************************************************************************************
|
[94m************************************************************************************************************************
|
||||||
|
Reference in New Issue
Block a user