We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7333f53 commit e6482a4Copy full SHA for e6482a4
frouros/tests/integration/test_change_detection.py
@@ -43,8 +43,8 @@ def test_change_detection_detector(
43
44
:param stream_drift: stream with drift
45
:type stream_drift: numpy.ndarray
46
- :param detector_info: concept drift detector and value function
47
- :type detector_info: Tuple[BaseConceptDrift, Callable]
+ :param detector_info: change detection detector and list of expected drift indices
+ :type detector_info: Tuple[BaseChangeDetection, List[int]]
48
"""
49
detector, idx_drifts = detector_info
50
idx_detected_drifts = []
0 commit comments