tumourkit.classification.evaluate.save_metrics
- tumourkit.classification.evaluate.save_metrics(metrics: Dict[str, float], save_name)
Saves the computed metrics into a CSV file.
- Parameters:
metrics (Dict[str, float]) – A dictionary containing the computed metrics.
save_name (str) – The file path to save the metrics (without extension).