Feature Engineering vs Feature Selection

- 2 mins

Feature Engineering vs Feature Selection

As noted by Aleyani et al. [4] , both approaches are capable of improving learning performance, lowering computational complexity, building better generalizable models and decreasing required storage. However, feature selection is superior in terms of better readability and interpretability since it maintains the original feature values in the reduced space while feature extraction transforms the data from the original space into a new space, which cannot be linked to the features in the original space.Therefore, further analysis of the new space is problematic since there is no physical meaning for the transformed features obtained from feature extraction technique [4] .

References :

[1] Jiliang Tang, Salem Alelyani and Huan Liu Feature Selection for Classification: A Review

[2] Ron Kohavi, George H. John Wrappers for feature subset selection, Artificial Intelligence 97 ( 1997) 273-324

[3] Huan Liu and Lei Yu Toward Integrating Feature Selection Algorithms for Classification and Clustering

[4] Salem Alelyani, Jiliang Tang and Huan Liu Feature Selection for Clustering: A Review