composeml.LabelTimes.to_pickle¶
-
LabelTimes.
to_pickle
(path, save_settings=True, **kwargs)[source]¶ Write label times in pickle 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_pickle method