Skip to content

Commit c6d72b8

Browse files
authored
Update README.md
1 parent 206f848 commit c6d72b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,8 @@ so the model prediction is:
13221322

13231323
Let's use RFE (Recursive Feature Elimination) with Scikit Learn to select the features to keep
13241324

1325+
We will use this example [recursive_feature_elimination.py](recursive_feature_elimination.py)
1326+
13251327
Load LinearSVC class from Scikit Learn library
13261328
LinearSVC is similar to SVC with parameter kernel='linear'
13271329
LinearSVC performs classification

0 commit comments

Comments
 (0)