mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-20 01:45:54 +00:00
Add tex result table option in benchmark
This commit is contained in:
@@ -41,6 +41,10 @@ class Files:
|
||||
def exreport(score):
|
||||
return f"exreport_{score.replace('_','-')}.csv"
|
||||
|
||||
@staticmethod
|
||||
def tex_output(score):
|
||||
return f"exreport_{score.replace('_','-')}.tex"
|
||||
|
||||
@staticmethod
|
||||
def best_results(score, model):
|
||||
return f"best_results_{score.replace('_','-')}_{model}.json"
|
||||
|
||||
Reference in New Issue
Block a user