10
Preparing Data for Machine Learning: Feature Selection, Feature Engineering, and Dimensionality Reduction
In this section of the book, we'll be coving machine learning (ML) methods. These methods are used to extract patterns from data, and sometimes predict future events. The data that goes into the algorithms are called features, and we can modify our set of features using feature engineering, feature selection, and dimensionality reduction. We can often improve our ML models dramatically with these methods that we cover here. In this chapter, we'll cover the following topics:
- Feature selection methods, including univariate statistical methods, such as correlation, mutual information score, chi-squared, and other feature selection methods ...
Get Practical Data Science with Python now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.