Add functions for feature selection methods, such as:
- Drop correlated features
- Recursive Feature Elimination
- Recursive feature addition
- Select by shuffling
- Select by target mean performance
(List generated from: https://feature-engine.readthedocs.io/en/latest/user_guide/selection/index.html)