Skip to content

Commit ba34a15

Browse files
authored
Update README.md
1 parent 7dd10dc commit ba34a15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
8383

8484
#### Feature Selection
8585
[Tutorial](https://machinelearningmastery.com/feature-selection-machine-learning-python/), [Talk](https://www.youtube.com/watch?v=JsArBz46_3s)
86+
[sklearn](https://scikit-learn.org/stable/modules/classes.html#module-sklearn.feature_selection) - Feature selection.
87+
[mlxtend](https://rasbt.github.io/mlxtend/user_guide/feature_selection/ExhaustiveFeatureSelector/) - Features selection helper methods around sklearn.
8688
[scikit-feature](https://github.com/jundongl/scikit-feature) - Feature selection algorithms.
8789
[stability-selection](https://github.com/scikit-learn-contrib/stability-selection) - Stability selection.
8890
[scikit-rebate](https://github.com/EpistasisLab/scikit-rebate) - Relief-based feature selection algorithms.

0 commit comments

Comments
 (0)