mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 07:55:54 +00:00
fix lint issue
This commit is contained in:
@@ -35,7 +35,7 @@ class GridSearchTest(unittest.TestCase):
|
|||||||
file_name = self.grid.get_output_file()
|
file_name = self.grid.get_output_file()
|
||||||
if os.path.exists(file_name):
|
if os.path.exists(file_name):
|
||||||
os.remove(file_name)
|
os.remove(file_name)
|
||||||
grid = self.build_exp()
|
_ = self.build_exp()
|
||||||
# check the output file is initialized
|
# check the output file is initialized
|
||||||
with open(file_name) as f:
|
with open(file_name) as f:
|
||||||
data = json.load(f)
|
data = json.load(f)
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
"kernel": "liblinear",
|
"kernel": "liblinear",
|
||||||
"multiclass_strategy": "ovr"
|
"multiclass_strategy": "ovr"
|
||||||
},
|
},
|
||||||
"v. 1.2.4, Computed on Test on 2022-04-24 at 00:15:45 took 0.240s"
|
"v. 1.2.4, Computed on Test on 2022-04-24 at 00:18:17 took 0.261s"
|
||||||
],
|
],
|
||||||
"balloons": [
|
"balloons": [
|
||||||
0.625,
|
0.625,
|
||||||
@@ -15,6 +15,6 @@
|
|||||||
"kernel": "linear",
|
"kernel": "linear",
|
||||||
"multiclass_strategy": "ovr"
|
"multiclass_strategy": "ovr"
|
||||||
},
|
},
|
||||||
"v. 1.2.4, Computed on Test on 2022-04-24 at 00:15:45 took 0.253s"
|
"v. 1.2.4, Computed on Test on 2022-04-24 at 00:18:17 took 0.478s"
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user