mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-20 18:05:55 +00:00
Add subparser to be_report & tests
This commit is contained in:
@@ -251,7 +251,7 @@ class ReportBest(BaseReport):
|
||||
"Hyperparameters",
|
||||
]
|
||||
|
||||
def __init__(self, score, model, best, grid):
|
||||
def __init__(self, score, model, best):
|
||||
name = (
|
||||
Files.best_results(score, model)
|
||||
if best
|
||||
@@ -259,7 +259,6 @@ class ReportBest(BaseReport):
|
||||
)
|
||||
file_name = os.path.join(Folders.results, name)
|
||||
self.best = best
|
||||
self.grid = grid
|
||||
self.score_name = score
|
||||
self.model = model
|
||||
super().__init__(file_name, best_file=True)
|
||||
|
Reference in New Issue
Block a user