Indicator Columns
Learn about the indicator feature columns for the ML model's input layer.
We'll cover the following...
Chapter Goals:
- Process the indicator feature columns used for the machine learning model’s input layer
A. One-hot indicators
The remaining non-numeric features in the dataset are the categorical features. Each of these features contains values that can be separated into a fixed number of distinct categories. For example, the 'IsHoliday'
feature contains the categories 0
and 1
, while the 'Type'
feature contains the categories A
, B
, and C
. ...
Access this course and 1400+ top-rated courses and projects.