Extra Chapter: Feature Selection
This chapter introduces feature selection, i.e., dinding a well-performing, hopefully small set of features for a task.
-
Chapter 30.01: Introduction
We motivate feature selection and discuss the difference to feature extraction.
-
Chapter 30.02: Motivating Examples
In this section, we explain the practical importance of feature selection and show that models with integrated selection do not always work.
-
Chapter 30.03: Filter Methods I
We introduce how filter methods work and how they can be used for feature selection.
-
Chapter 30.04: Filter Methods II (Examples and Caveats)
In this section, we discuss how filter methods can be misleading and show how they work in practical applications.
-
Chapter 30.05: Wrapper Methods
This section explains wrapper methods and explains how they can aid feature selection.