Skip to content

Commit

Permalink
speed up (only for big use-cases with many features
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinier Koops committed Mar 28, 2024
1 parent 22b4bc5 commit 0fdc746
Show file tree
Hide file tree
Showing 3 changed files with 889 additions and 881 deletions.
3 changes: 2 additions & 1 deletion probatus/feature_elimination/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .feature_elimination import ShapRFECV, EarlyStoppingShapRFECV
from .feature_elimination import ShapRFECV
from .early_stopping_feature_elimination import EarlyStoppingShapRFECV

__all__ = ["ShapRFECV", "EarlyStoppingShapRFECV"]
Loading

0 comments on commit 0fdc746

Please sign in to comment.