Skip to content
#

accuracy-score

Here are 97 public repositories matching this topic...

The purpose of this project is to develop and compare two machine learning models to detect spam emails. Spam detection is a crucial task in email filtering systems to protect users from unwanted and potentially harmful emails. The project involves using a dataset containing various features extracted from email content.

  • Updated May 29, 2024
  • Jupyter Notebook

Content: Machine Learning, KNN concept, Euclidean distance, Data preprocessing, Scaling the data, Performing train-test split, Applying KNeighbors Classifier, Predicting Y_pred based on X_test, Evaluation using Confusion Matrix, Accuracy score, Recall value & Precision, Underfitting & Overfitting, Measures to overcome Underfitting & Overfitting

  • Updated May 6, 2024
  • Jupyter Notebook

Content: Machine Learning, Logistic regression steps, Probability matrix, Confusion matrix, Accuracy score, Recall value, Data preprocessing, Label encoding, Scaling the data, Splitting train test data, Running Logistic Regression, Y prediction on test data, Class imbalance, Type 1 & Type 2 errors.

  • Updated May 6, 2024
  • Jupyter Notebook

This Github repository contains cross selling of health insurance customers on vehicle insurance product. We have to predict whether a customer would be interested in Vehicle Insurance or not by building a ML model. Exploring Insights/Inferences by performing EDA on the given project data. Finding the high accuracy

  • Updated Jan 16, 2024
  • Jupyter Notebook

This Github repository contains projects related to KNN classification. Exploring Insights/Inferences by performing EDA on the given project data (Iphone purchase and Bangalore house price).

  • Updated Jan 5, 2024
  • Jupyter Notebook

A spam classifier is a software or machine learning model that categorizes incoming messages or content as either "spam" (unwanted or irrelevant) or "ham" (legitimate or relevant), using automated techniques.

  • Updated Nov 30, 2023
  • Jupyter Notebook

Improve this page

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

Learn more