Skip to content

Commit

Permalink
docs: update csmote init doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgomes committed Sep 8, 2024
1 parent b5adc95 commit 0963190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/capymoa/classifier/_csmote.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
min_size_allowed: int = 100,
disable_drift_detection: bool = False
):
"""Incremental on-line boosting classifier of Oza and Russell.
"""Continuous Synthetic Minority Oversampling (C-SMOTE) by Bernardo et al.
:param schema: The schema of the stream.
:param random_seed: The random seed passed to the MOA learner.
Expand Down

0 comments on commit 0963190

Please sign in to comment.