Dataset.from_dataset_object
- classmethod Dataset.from_dataset_object(filepath: str) Dataset [source]
Loads a Dataset object from a serialized file.
- Parameters:
filepath (str) – Full path to the pickle-serialized Dataset object. The root path of this file will be used as the root_path/datapath of the new Dataset object.
- Returns:
Dataset – The loaded Dataset object.