Categorical Data
Learn about categorical data and how it is used in a dataset.
We'll cover the following...
Chapter Goals:
- Analyze the categorical features in the dataset
A. The dataset format
When using the dataset to train a machine learning model, each feature needs to be an integer, float, or string type. The ...