Skip to content

This is my first set up of a knn machine learning model and the chosen dataset is made up.

Notifications You must be signed in to change notification settings

Mohamad-Hussein/Machine_Learning_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Machine_Learning_1

This is my first set up of a knn machine learning model and the chosen dataset is made up. In this program, a knn machine learning model will get trained in order to predict a new instance given. Split up training and testing dataset into 11:4. After the dataset has been fit to a model, it is then tested through the predict() function and create a confusion matrix to assess the model's performance.

How to use

Install the following packages:

  • pandas
  • numpy
  • sklearn
  • matplotlib

About

This is my first set up of a knn machine learning model and the chosen dataset is made up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages