/K-nearest-neighbours

K Nearest Neighbours Simple project !

Primary LanguageJupyter Notebook

KNN

We've been given a classified data set from a company! They've hidden the feature column names but have given the data and the target classes.
We'll try to use KNN to create a model that directly predicts a class for a new data point based off of the features.