AI Features

Categorical Data

Learn about categorical data and how it is used in a dataset.

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 ...