TimeseriesExtractor.timeseries_to_pickle#
- TimeseriesExtractor.timeseries_to_pickle(output_dir, filename=None)[source]#
Save the Extracted Subject Timeseries.
Saves the extracted timeseries stored in the
self.subject_timeseriesdictionary as a pickle file (ending in “.pkl”) with Joblib.- Parameters:
output_dir (
str) – Directory to save a pickle file to. The directory will be created if it does not exist.filename (
strorNone, default=None) – Name of the file. If None, will use “subject_timeseries.pkl” as default.
- Returns:
self