Skip to content
#

knearest-neighbor-classification

Here are 24 public repositories matching this topic...

Classification ML models for predicting customer outcomes (namely, whether they're likely to opt into email / catalog marketing) depending on customer demographics (age, proximity to store, gender, customer loyalty duration) as well as sales and shopping frequencies by department

  • Updated May 4, 2021
  • Jupyter Notebook

Detailed Data Science using Python-Jupyter Notebook ( Data Analysis using Pandas and NumPy, Visualization using plotly express, Exploratory Data Analysis, Supervised ML models: Linear Regression, KNN, Logistic Regression, Support Vector Machine, Decision Trees Ensemble Models: Voting Bootstrap/ Bagging Aggregation, Unsupervised: K-Means

  • Updated Aug 27, 2023
  • Jupyter Notebook

Esse pequeno projeto tem como objetivo fazer testes de acurácia com rede neural com apenas um neurônio sem classificadores e com 2 (dois) classificadores, sendo eles KNN e 1R.

  • Updated Nov 20, 2022
  • Python

K-nearest neighbors (KNN) is a type of supervised learning algorithm used for both regression and classification. KNN tries to predict the correct class for the test data by calculating the distance between the test data and all the training points. Then select the K number of points which is closet to the test data.

  • Updated Oct 2, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the knearest-neighbor-classification 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 knearest-neighbor-classification topic, visit your repo's landing page and select "manage topics."

Learn more