tumourkit.postprocessing.extract_tensorboard.write_to_file

tumourkit.postprocessing.extract_tensorboard.write_to_file(path: str, values: Dict[str, Dict[str, float]]) None

Saves output to file. Dictionary keys are used as index. Inner dictionary keys are used as columns.

Parameters:
  • path (str) – Path to save file, without extension, .csv appended.

  • values (Dict[str, Dict[str, float]]) – Values to save.