Feature Selection

https://www.safaribooksonline.com/library/view/mastering-predictive-analytics/9781787121393/ch03s06.html

Feature selection

refers to the process by which a subset of features in a model is chosen in order to form a new model with fewer features. This removes features that we deem unrelated to the output variable and consequently results in a simpler model, which is easier to

train as well as interpret.

Last updated

Was this helpful?