Skip to content

Pariasrz/K-nearest-Neighbors-for-Genetic-Disorder-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

K-nearest-Neighbors-for-Genetic-Disorder-Prediction

The source of the dataset used in this repository is available on kaggle website and can be found here I performed preprocessing and data cleaning on the dataset.

The code also includes K-nearest neighbors algorithm from scratch and sklearn library, then the algorithms are evaluated and compared using a method named "Average Error".