Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

luiminyan/KNN-Classifier-CancerData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNN-Classifier-CancerData

A naive predictor (KNN classifier) based on demo data for cancer diagnosis.

The KNN classifier / predictor is written in a simplified user friendly entrance (a python class). Users can choose from 3 distance algorithms (Euclidian, Mahattan or Chebyshev) and the number of neighbours (value of k), when creating the KNN object. The training process for the predictor initialization is done automatically by the KNN classifier based on the give data set (in "csv" file).

The graphic is based on the best prediction accuracy by different distance algorithms and k values.

image

About

A naive predictor (KNN classifier) based on demo data for cancer diagnosis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors