DataLoader Classes
- class batcore.data.LoaderBase(dataset)
Separate data iterator class that encapsulates iteration logic
- class batcore.data.PullLoader(dataset, batch_size=1)
Stream iterator that iterates over the data and returns batches with batch_size pull requests with at least one reviewer (and all other events that it encountered)
- class batcore.data.PullLoaderAliasTest(dataset, batch_size=1)
Stream iterator that iterates over the data and returns batches with batch_size pull requests with at least one that is not a self review reviewer (and all other events that it encountered)