Skip to content
#

knn-classifier

Here are 17 public repositories matching this topic...

Welcome to my second DS project also my first notebook on kaggle. In this notebook, I explore the Breast Cancer dataset and develop an RF model to try classifying suspected cells as Benign or Malignant. after using K-fold cross-validation with logistic regression, RF, SVM, and KNN to check the best model for my dataset.

  • Updated Apr 25, 2023
  • Jupyter Notebook

my first projectWelcome to my second DS project also my first notebook on kaggle. In this notebook, I explore the Breast Cancer dataset and develop an RF model to try classifying suspected cells as Benign or Malignant. after using K-fold cross-validation with logistic regression, RF, SVM, and KNN to check the best model for my dataset.

  • Updated Jul 30, 2024
  • Jupyter Notebook

Loan Eligibility Prediction Model: A machine learning application to predict loan approval based on applicant data. Includes a web interface for submitting loan applications and receiving predictions. Built with Python and Jupyter Notebook.

  • Updated Jun 1, 2024
  • Jupyter Notebook

This Jupyter Notebook serves as a cardiovascular disease (CVD) prediction model developed using Python and popular data analysis libraries such as Pandas, Numpy, and Seaborn. The model takes input as patient's symptoms and utilizes the K-Nearest Neighbors algorithm to predict whether the person is likely to have cardiovascular disease or not.

  • Updated Jan 1, 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 knn-classifier 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 knn-classifier topic, visit your repo's landing page and select "manage topics."

Learn more