anty-filidor / knn

Simple test of KNN algorithm on simple datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KNN - 2018

This program performs KNN classifier on four datasets:

  • Wines
  • Diabetes
  • Iris
  • Abalone

src.py - performs classification and quality checking for each dataset

functions.py - helps to convert datasets

MC

About

Simple test of KNN algorithm on simple datasets


Languages

Language:Python 100.0%