Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saulo Martiello Mastelini committed May 31, 2024
1 parent 6dfba3b commit 828d7f5
Show file tree
Hide file tree
Showing 2 changed files with 597 additions and 0 deletions.
2 changes: 2 additions & 0 deletions river/model_selection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
from .bandit import BanditClassifier, BanditRegressor
from .greedy import GreedyRegressor
from .sh import SuccessiveHalvingClassifier, SuccessiveHalvingRegressor
from .sspt import SSPT

__all__ = [
"base",
"BanditClassifier",
"BanditRegressor",
"GreedyRegressor",
"SSPT",
"SuccessiveHalvingClassifier",
"SuccessiveHalvingRegressor",
]
Loading

0 comments on commit 828d7f5

Please sign in to comment.