In the last post we looked at the Social_Network_Ads dataset and figured out what features we'll use. In this post, we'll build a KNN model and discuss how to figure out if it's any good.




TLDR;


To train a model and return performance metrics, follow these steps:




1. Load the data





path =...