Skip to content
Snippets Groups Projects
Commit a70ddb7f authored by Tim Laibacher's avatar Tim Laibacher
Browse files

Fix rsttable

parent d58df02d
Branches
Tags
No related merge requests found
Pipeline #32517 failed
......@@ -543,4 +543,5 @@ def evalpred(
)
# Run eval
do_eval(prediction_folder, data_loader, output_folder = output_path, title= title, legend=legend)
\ No newline at end of file
do_eval(prediction_folder, data_loader, output_folder = output_path, title= title, legend=legend)
\ No newline at end of file
import pandas as pd
from tabulate import tabulate
import os
from pathlib import Path
def get_paths(output_path, filename):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment