core# Shared utilities and core types used across CapyMOA. Modules# io moa MOA (Massive Online Analysis) interoperability common module. torch PyTorch utilities for CapyMOA. Classes# Instance An instance is a single data point in a stream. Label alias of str LabelIndex alias of int LabeledInstance An Instance with a class label. RegressionInstance An Instance with a continuous target value. TargetValue alias of float64