Skip to content
#

k-nearest-neighbours

Here are 18 public repositories matching this topic...

We use a tabular dataset which contains health information of patients to predict whether they suffer from a heart disease. Two notebooks are present currently in the repo, one focuses on data preprocessing, exploration and visualisation, while the other focuses on model creation, training and evaluation.

  • Updated Dec 4, 2021
  • Jupyter Notebook

Explore the world of classification with this K-Nearest Neighbors (KNN) model implementation on the well-known Iris dataset. Leveraging Python and Jupyter Notebook, the repository provides a step-by-step guide to understanding the model, evaluating its performance, and visualizing the results.

  • Updated Jan 15, 2024
  • Jupyter Notebook

Jupyter Notebooks exploring Machine Learning techniques -- regression, classification (K-nearest neighbour (KNN), Decision Trees, Logistic regression vs Linear regression, Support Vector Machine), clustering (k-means, Hierarchical Clustering, DBSCAN), sci-kit learn and SciPy -- and where it applies to the real world, including cancer detection, …

  • Updated May 21, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the k-nearest-neighbours topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the k-nearest-neighbours topic, visit your repo's landing page and select "manage topics."

Learn more