Skip to content

Commit

Permalink
fix: update soknl and test
Browse files Browse the repository at this point in the history
  • Loading branch information
YibinSun authored and hmgomes committed May 3, 2024
1 parent b944be0 commit 336766f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/capymoa/regressor/_soknl.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(
warning_detection_method=None,
disable_drift_detection=False,
disable_background_learner=False,
disable_self_optimising=True,
disable_self_optimising=False,
k_value=10,
):
# Important: must create the MOA object before invoking the super class __init__
Expand Down
2 changes: 1 addition & 1 deletion tests/test_regressors.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(partial(ARFFIMTDD), 4.95, 4.6),
(partial(ORTO), 9.2, 7.6),
(partial(SOKNLBT), 4.95, 4.6),
(partial(SOKNL), 3.67, 3.04),
(partial(SOKNL), 3.37, 2.77),
(partial(PassiveAggressiveRegressor), 3.67, 3.68),
(partial(SGDRegressor), 4.63, 3.6),
],
Expand Down

0 comments on commit 336766f

Please sign in to comment.