Chunk
- class coba.environments.Chunk
Indicate where to chunk.
- Remarks:
Functionally this filter does nothing. This filter only has an effect when environments are passed to Experiment. In that case, this is useful if an early part of an Environments pipeline takes considerable time to evaluate (e.g., logged). Placing a chunk after a long-running filter means that the filter will only be executed once. After that, the results will be resued by all pipes downstream of the chunk.
Methods
- filter(items: Iterable[Interaction]) Iterable[Interaction]
Apply filter to an Environment’s interactions.
Attributes
- params
Parameters describing the modification.