1.13. Feature selection, Scikit-learn Developers, 2023 - Provides official documentation and examples for Scikit-learn's feature selection tools, including SelectKBest, f_classif, and chi2.
Feature Selection Methods: A Survey and Review, Jundong Li, Kewei Cheng, Suhang Wang, and Kai Zhang, 2017ACM Computing Surveys (CSUR), Vol. 50 (Association for Computing Machinery (ACM))DOI: 10.1145/3134958 - Offers an overview of feature selection approaches, categorizing filter, wrapper, and embedded methods, and discussing their applications.
Applied Statistics and Probability for Engineers, Douglas C. Montgomery and George C. Runger, 2018 (Wiley) - A standard textbook providing a thorough statistical foundation, including detailed explanations of hypothesis testing, ANOVA, and Chi-squared tests.