Skip to content

Using KNN classification with different train test split per K value

Notifications You must be signed in to change notification settings

Amitabh1989/knn_classification_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

knn_classification_2

Using KNN classification with different train test split per K value

K Nearest Neighbors with Python You've been given a classified data set from a company! They've hidden the feature column names but have given you 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.

Let's grab it and use it!

About

Using KNN classification with different train test split per K value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published