K-NEAREST NEIGHBORS
Label Encoding
One Hot Encoding
StandardScaler
Train-Test Split
pandas
numpy
matplotlib.pyplot
matplotlib.colors
sklearn.preprocessing
sklearn.neighbors
sklearn.metrics
train_test_split(test_size)
KNeighborsClassifier(n_neighbors)
KNeighborsClassifier(metric)
KNeighborsClassifier(p)
Dummy Variable Trap
Overfitting
Supervised Learning