Categorical Features
Learn about categorical features variants and their encoding methods.
We'll cover the following...
Categorical features take a fixed or small set of values. Consider the example of Gender (Male, Female) or education of a person (High school, college, masters, Ph.D., etc). Even if the data contains features that have a fixed set of values, we can mark it as a categorical feature. For example, consider the error code in the manufacturing ...