Now that we’ve merged our datasets and cleaned the data, we now move onto getting a feel for the data tells us through Exploratory Data […]
Machine Learning: Data Cleaning
In this project, we will walk through the steps of building a predictive machine learning model. We will first begin with Data Cleaning, then move […]
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.