save

Result.save(path: str)list[str][source]

Saves the result to given folder.

Returns a list with paths of all saved items.

The following files are saved:

  • result.md: The result with the model formatted as markdown text.

  • optimized_parameters.csv: The optimized parameter as csv file.

  • {dataset_label}.nc: The result data for each dataset as NetCDF file.

Parameters

path – The path to the folder in which to save the result.