Skip to content

Commit 46e07a5

Browse files
Fix HistoryConceptDrift API example
1 parent cd924c5 commit 46e07a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frouros/callbacks/streaming/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class HistoryConceptDrift(BaseCallbackStreaming):
10-
"""HistoryConceptDrift callback class.
10+
"""HistoryConceptDrift callback class that can be applied to :mod:`concept_drift.streaming <frouros.detectors.concept_drift.streaming>` detectors.
1111
1212
:param name: name value, defaults to None. If None, the name will be set to `HistoryConceptDrift`.
1313
:type name: Optional[str]

0 commit comments

Comments
 (0)