spdl.dataloader¶
Task specific data loading solutions based on Pipeline
.
Classes
DataLoader¶
A data preprocessing pipeline composed of source, preprocessing and aggregation. |
MapIterator¶
Combine Mapping object and iterable to iterate over mapped objects |
MergeIterator¶
Iterate over given iterables and yield one item from each iterator. |