In a recent project, the client asked Maderas Partners to run a series of calculations related to their employees’ work history. The calculations themselves were rather basic. However, the real challenge was organizing the dataset in such a way that allowed for the calculations to be run for all employees over the entire time period.
Machine Learning: K-Nearest Neighbors, Model Building
Relying on the same dataset used in the linear regression from Part 1, we built a K-Nearest Neighbors predictive model in Python.