Skip to content

Commit 359d6a3

Browse files
committed
Merge pull request scikit-learn-contrib#7 from lminer/patch-2
Put in correct module name for BorutaPyPlus
2 parents 4b36920 + a6d3779 commit 359d6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boruta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .boruta_py import BorutaPy
2-
from .boruta_py2 import BorutaPyPlus
2+
from .boruta_py_plus import BorutaPyPlus

0 commit comments

Comments
 (0)