Expand description
Streaming support for large datasets
This module provides comprehensive streaming capabilities for handling datasets that are too large to fit in memory, enabling processing of massive datasets in a memory-efficient manner.
Structs§
- Data
Chunk - A chunk of data from a streaming dataset
- Stream
Config - Configuration for streaming operations
- Stream
Processor - Parallel streaming processor for applying operations to chunks
- Stream
Stats - Statistics about streaming operation
- Stream
Transformer - Memory-efficient data transformer for streaming
- Streaming
Iterator - Iterator over streaming dataset chunks
Functions§
- stream_
classification - Stream synthetic classification data
- stream_
csv - Convenience functions for common streaming operations
- stream_
regression - Stream synthetic regression data