Skip to content

Commit

Permalink
updating test file for regression
Browse files Browse the repository at this point in the history
  • Loading branch information
YibinSun committed Apr 18, 2024
1 parent 8f50813 commit 25171af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_regressors.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
@pytest.mark.parametrize(
"learner_constructor,rmse,win_rmse",
[
(partial(AdaptiveRandomForestRegressor), 4.14, 3.82),
(partial(AdaptiveRandomForestRegressor), 3.66, 3.00),
(partial(KNNRegressor), 3.03, 2.49),
(partial(FIMTDD), 7.4, 5.3),
(partial(ARFFIMTDD), 4.95, 4.6),
(partial(ORTO), 9.2, 7.6),
(partial(SOKNLBT), 4.95, 4.6),
(partial(SOKNL), 3.50, 3.0),
(partial(SOKNL), 3.66, 3.0),
],
ids=[
"AdaptiveRandomForestRegressor",
Expand Down

0 comments on commit 25171af

Please sign in to comment.