composeml.LabelTimes.to_csv¶
-
LabelTimes.
to_csv
(path, save_settings=True, **kwargs)[source]¶ Write label times in csv format to disk.
Parameters: - path (str) – Location on disk to write to (will be created as a directory).
- save_settings (bool) – Whether to save the settings used to make the label times.
- **kwargs – Keyword arguments to pass to underlying pandas.DataFrame.to_csv method