File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
83
83
84
84
#### Feature Selection
85
85
[ 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.
86
88
[ scikit-feature] ( https://github.com/jundongl/scikit-feature ) - Feature selection algorithms.
87
89
[ stability-selection] ( https://github.com/scikit-learn-contrib/stability-selection ) - Stability selection.
88
90
[ scikit-rebate] ( https://github.com/EpistasisLab/scikit-rebate ) - Relief-based feature selection algorithms.
You can’t perform that action at this time.
0 commit comments