Day: October 27, 2019

How to do Feature Selection – remove highly correlated features in R

How to do Feature Selection – remove highly correlated features in R When working with a large dataset, it’s common to have features that are highly correlated with each other. These correlated features provide redundant information to the model and can negatively impact the performance. To overcome this issue, we can use feature selection techniques …