Outputs the model’s data to a CSV file in the same directory as the running program. CSV output can be modified immediately prior to saving using the saveCSV
hook.
Parameters
filename — str, optional
The name of the file to output, without the .csv extension.
Default value: 'data'
Notes and Examples