PrequentialResults#
- class capymoa.evaluation.results.PrequentialResults[source]#
Bases:
object
- __init__(
- learner: str = None,
- stream: Stream = None,
- wallclock: float = None,
- cpu_time: float = None,
- max_instances: int = None,
- cumulative_evaluator=None,
- windowed_evaluator=None,
- ground_truth_y=None,
- predictions=None,
- other_metrics=None,
- learner: str#
The name of the learner
- cumulative#
The cumulative evaluator
- windowed#
The windowed evaluator