mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 16:35:54 +00:00
Fix stratified in sql file
This commit is contained in:
@@ -405,7 +405,7 @@ class SQL(BaseReport):
|
|||||||
self.data["date"],
|
self.data["date"],
|
||||||
self.data["time"],
|
self.data["time"],
|
||||||
"crossval",
|
"crossval",
|
||||||
self.data["stratified"],
|
"1" if self.data["stratified"] else "0",
|
||||||
self.data["score_name"],
|
self.data["score_name"],
|
||||||
result["score"],
|
result["score"],
|
||||||
result["score_std"],
|
result["score_std"],
|
||||||
|
Reference in New Issue
Block a user