pub fn load_from_file<P: AsRef<Path>>(path: P) -> Result<LoadedDataset>
Load dataset from a file path
Returns error if file reading or deserialization fails.