Fix issue in be_print_strees_test

This commit is contained in:
2022-05-10 12:42:01 +02:00
parent a649efde73
commit e16dde713c
2 changed files with 30 additions and 4 deletions

View File

@@ -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"
]
}

View File

@@ -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",
},
}