mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 23:45: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["time"],
|
||||
"crossval",
|
||||
self.data["stratified"],
|
||||
"1" if self.data["stratified"] else "0",
|
||||
self.data["score_name"],
|
||||
result["score"],
|
||||
result["score_std"],
|
||||
|
Reference in New Issue
Block a user