Skip to content
#

knn-classifier

Here are 811 public repositories matching this topic...

This project predicts the survival of passengers on the Titanic by using Kaggle Titanic Disaster Dataset. The dataset contains information related to passengers, such as age, gender, and class. Different machine learning algorithms have been applied for this predictive model to accomplish an accurate prediction that will define the survival chances

  • Updated Aug 29, 2024
  • Jupyter Notebook
kickstarter-ml-project

Machine learning project focused on predicting the success of Kickstarter campaigns. Implemented KNN, Logistic Regression, and Random Forest algorithms to analyze campaign features and forecast outcomes. Developed during a data science bootcamp, showcasing practical experience in model selection, feature engineering, and predictive modeling.

  • Updated Aug 20, 2024
  • Jupyter Notebook

This Repo. contains all my Python based Machine Learning projects using numerous algorithms for the purpose of Classification, Clustering, Recommendation, Prediction and Anomaly Detection.

  • Updated Aug 17, 2024
  • Jupyter Notebook

In our Titanic dataset project, we predicted passenger survival using machine learning. We cleaned the data, handled missing values, and engineered features like FamilySize. After exploratory analysis, we trained models, with Random Forests achieving 80% accuracy, highlighting key survival factors.

  • Updated Aug 1, 2024
  • Python

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

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