...
/Data Preprocessing: Handling Text and Categorical Attributes
Data Preprocessing: Handling Text and Categorical Attributes
Get familiarized with how we can handle text and categorical attributes.
We'll cover the following...
Handling text and categorical attributes
Many machine learning algorithms work with numbers only. To use textual data, we need to translate it into numbers.
The ...