Nearest Neighbors Recommendation Engine - Part 1

Coding Challenge #70.1

In this coding challenge, I create a movie recommendation engine using the a “nearest neighbor” algorithm. In Part 1, I demonstrate you how to calculate a similarity score between two data points.