A problem very much worth solving.
[Read More]
K Nearest Neighbors Algorithm from Scratch
How to build a K Nearest Neighbors Classifier in Python
KNN Classifier from Scratch In this tutorial, I will walk through how to create a K Nearest Neighbors algorithm in Python using just Numpy. KNNs are lazy algorithms. This essentially means they do not have a training phase, and instead the fit() method is meant to store the training data...
[Read More]
How Does the Shooting Percentage of NBA Players vary across changing circumstances?
A dive into how FG % changes based on location, shot clock, month, and other factors
Introduction
[Read More]