adding mrae

This commit is contained in:
Alejandro Moreo Fernandez 2025-09-27 18:12:56 +02:00
parent e4cb7868c7
commit 79f3709e6f
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ if __name__ == '__main__':
print(f'{method}\t{dataset}\t{report["mae"].mean():.5f}') print(f'{method}\t{dataset}\t{report["mae"].mean():.5f}')
table.add(benchmark=dataset, method=method, v=report["mae"].values) table.add(benchmark=dataset, method=method, v=report["mae"].values)
else: else:
print(dataset, 'not found') print(dataset, 'not found for method', method)
table.latexPDF(f'./tables/{optim}.pdf', landscape=False) table.latexPDF(f'./tables/{optim}.pdf', landscape=False)