Skip to content

sruthi070/Machine_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

K Nearest Neighbours Algorithm

This projects involves implementation knn algorithm from scratch

Table of Contents

Introduction

This project aims to classify user data using the KNN algorithm and evaluate its performance through various metrics.

Dataset

The dataset used in this project is are in CSV file named User_Data.csv.

Installation

To run this project, you need to have Python installed along with the following libraries:

  • numpy
  • pandas
  • matplotlib
  • seaborn
  • scikit-learn

You can install these dependencies using pip:

pip install numpy pandas matplotlib seaborn scikit-learn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published