das.io#
Load data for training/testing. See doc/data.md for a description of the data schema.
- das.io.load(location, x_suffix='', y_suffix='')[source]#
Load data for training/testing from zarr store, npy directory, or hdf5 file.
- Parameters
location ([type]) – [description]
x_suffix (str, optional) – alternative key for the training source and target (allows for different x/y’s for the same y/x in one data file)
y_suffix (str, optional) – alternative key for the training source and target (allows for different x/y’s for the same y/x in one data file)
- Returns
dict-like complying with data schema defined above