pymovements.datasets.toy_dataset.ToyDataset.save_preprocessed#
- ToyDataset.save_preprocessed(preprocessed_dirname: str | None = None, verbose: int = 1)[source]#
Save preprocessed gaze files.
Data will be saved as feather files to
Dataset.preprocessed_roothpathwith the same directory structure as the raw data.- Parameters:
preprocessed_dirname (str) – One-time usage of an alternative directory name to save data relative to dataset path. This argument is used only for this single call and does not alter
pymovements.Dataset.preprocessed_rootpath().verbose (int) – Verbosity level (0: no print output, 1: show progress bar, 2: print saved filepaths)