ROC Curve and Saving the Model
Plot the ROC curve, and save the final best model for later use.
We'll cover the following...
We'll cover the following...
Since scaled features are giving us the best results, this will be our final model.
ROC curve
Let's plot the ROC curve and save the final model for later use.
We have discussed many important concepts and ways to improve our model’s performance and make computation efficient. We may not be able ...