hypatia.Model.to_csv

Model.to_csv(path, force_rewrite=False)

Exports the results of the model to csv files with nested folders

Parameters:
  • path (str) – Defines the path to th ‘folder’ which all the results will be created.

  • force_rewrite (boolean) – if False, will stop the code in case the file already exists, if True, will delete the file if alreadey exists and create a new one