cellflow.model.CellFlow.save¶ CellFlow.save(dir_path, file_prefix=None, overwrite=False)[source]¶ Save the model. Pickles the CellFlow object. Parameters: dir_path (str) – Path to a directory, defaults to current directory file_prefix (str | None) – Prefix to prepend to the file name. overwrite (bool) – Overwrite existing data or not. Return type: None Returns: : None