Model Training Using Scaled Features

Train a model using scaled data and predict.

We have the scaled data from the previous lesson. Let’s split the data into the train and test parts. We can either use our newly created data frame (df_scaled_features) or NumPy array (scaled_features). Let’s try the NumPy array for now.

Get hands-on with 1200+ tech skills courses.