In this chapter, you will learn how to filter attributes, how to discretize attributes, and how to perform attribute selection. When we filter attributes, we will want to remove certain attributes from our datasets. To do so, we will use a Remove class from an unsupervised filters package, along with an attribute called -R. In this chapter, we will also use discretization and binning.
We will cover the following topics in this chapter:
- Filtering attributes
- Discretizing attributes
- Attribute selection
Let's begin!