In this post, we will understand how to perform Feature Selection using sklearn.
- Dropping features which have low variance
- Dropping features with zero variance
- Dropping features with variance below the threshold variance
- Univariate feature selection
- Model based feature selection
- Feature Selection using pipeline