mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 16:35:54 +00:00
Fix statichmethod issue in benchmark
This commit is contained in:
@@ -54,8 +54,9 @@ class Files:
|
|||||||
stratified = stratified.replace(self.report_ext, "")
|
stratified = stratified.replace(self.report_ext, "")
|
||||||
return score, model, platform, date, time, stratified
|
return score, model, platform, date, time, stratified
|
||||||
|
|
||||||
def results_suffixes(self, score="", model=""):
|
@staticmethod
|
||||||
suffix = self.report_ext
|
def results_suffixes(score="", model=""):
|
||||||
|
suffix = Files.report_ext
|
||||||
if model == "" and score == "":
|
if model == "" and score == "":
|
||||||
return "results_", suffix
|
return "results_", suffix
|
||||||
if model == "":
|
if model == "":
|
||||||
|
Reference in New Issue
Block a user