with tables in pdf
This commit is contained in:
parent
27afea8bf1
commit
606ec2b89c
|
|
@ -34,5 +34,5 @@ if __name__ == '__main__':
|
|||
table.add(benchmark=dataset, method=method, v=report["mae"].values)
|
||||
else:
|
||||
print(dataset, 'not found')
|
||||
table.latexPDF('./tables/mae.pdf', landscape=False)
|
||||
table.latexPDF(f'./tables/{optim}.pdf', landscape=False)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue