tumourkit.segmentation.evaluate.save_csv
- tumourkit.segmentation.evaluate.save_csv(metrics: Dict[str, List[float]], save_path: str) None
Saves metrics in CSV format for later use.
- Parameters:
metrics (Dict[str, List[float]]) – The metrics dictionary containing the data to be saved.
save_path (str) – The file path where the CSV file will be saved.