Skip to content

Commit 980cdb4

Browse files
committed
Checking in my solution to the CS570 Midterm
1 parent b3ad04d commit 980cdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ __verbose__ : int, default=0
155155

156156
import pandas as pd
157157
from sklearn.ensemble import RandomForestClassifier
158-
from boruta_py import BorutaPy
158+
from boruta import BorutaPy
159159

160160
# load X and y
161161
# NOTE BorutaPy accepts numpy arrays only, hence the .values attribute

0 commit comments

Comments
 (0)