The Significance of Feature Selection Techniques in Machine Learning

N. Bharathi,B.S. Rishiikeshwer,T. Aswin Shriram,B. Santhi,G.R. Brindha
DOI: https://doi.org/10.1002/9781119821908.ch5
2022-01-29
Abstract:Current digital era with tons of raw data and extracting insight from this is a significant process. Initial significant step is to pre‐process the available data set. The pre‐processed input is to be fed to the proper Machine Learning (ML) model to extract the insight or decision. The performance of the model purely depends on the features given to the model. Without the knowledge of feature selection process, perfect model building will be a question mark. Proper selection of feature is essential for building precise model. Plethora of techniques are available in the literature for feature extraction and feature selection. Irrelevant features may drastically decrease the performance of the model and increase the complexity. Though features are describing the record in an effective way, by representing the record with lesser number of features through optimal approach for predicting unseen record precisely is a complex task. To handle such complexities, appropriate feature selection methods are used. Hence, this chapter concentrates on different feature selection techniques with its merits and limitations. The discussion is supported with case study using python. Using the essence of this chapter, as plug and play tool, the model builder can design a precise model.
What problem does this paper attempt to address?