Data Preprocessing
Perform the data preprocessing.
We'll cover the following
We can do extensive EDA to understand the data well. Let's focus on preprocessing and consider handling the missing data, feature engineering, interactions, creating dummies, and so on. Let's start with converting the target (class
column) to 0/1
from notckad/ckd
. We can also change the name of the class
column to target
. However, class
is a keyword in Python, and we should not be confused.
Get hands-on with 1400+ tech skills courses.