RegressionWindowedEvaluator#
- class capymoa.evaluation.RegressionWindowedEvaluator[source]#
Bases:
RegressionEvaluator
Uses the RegressionEvaluator to perform a windowed evaluation.
IMPORTANT: The results for the last window are always through
`metrics()`
, if the window_size does not perfectly divide the stream, the metrics corresponding to the last remaining instances in the last window can be obtained by invoking`metrics()`