mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-18 00:45:54 +00:00
Fix style issue
This commit is contained in:
@@ -229,8 +229,8 @@ class ReportBest(BaseReport):
|
|||||||
self.header_line("*")
|
self.header_line("*")
|
||||||
kind = "Best" if self.best else "Grid"
|
kind = "Best" if self.best else "Grid"
|
||||||
self.header_line(
|
self.header_line(
|
||||||
f" Report {kind} {self.score_name} Scores with {self.model} in any "
|
f" Report {kind} {self.score_name} Scores with {self.model} "
|
||||||
"platform"
|
"in any platform"
|
||||||
)
|
)
|
||||||
self.header_line("*")
|
self.header_line("*")
|
||||||
print("")
|
print("")
|
||||||
|
Reference in New Issue
Block a user