Skip to content
#

confusion-matrix-analysis

Here are 7 public repositories matching this topic...

Language: All
Filter by language

A clear and interpretable baseline for predicting drug categories using patient features and a Decision Tree classifier. Designed to be interview-friendly, with emphasis on clarity, step-by-step decisions, and interpretability

  • Updated Sep 16, 2025
  • Jupyter Notebook

the code uses KNN, Gaussian Naive Bayes & SVM to classify images. It preprocesses, normalizes data, applies PCA , computes accuracy, precision etc. It evaluates k-NN using Euclidean distance & cosine similarity, visualizing results with line plots, 3D scatter plots, & confusion matrices to demonstrate classifier performance.

  • Updated Jun 19, 2024
  • Jupyter Notebook

This project analyzes app reviews using sentiment classification powered by DistilBERT. It employs machine learning and natural language processing (NLP) techniques to determine sentiment as positive, neutral, or negative. The analysis provides valuable insights into user feedback for app improvement.

  • Updated Oct 30, 2024
  • Jupyter Notebook

This is a production-ready, end-to-end system developed to detect and classify racist tweets using advanced Natural Language Processing (NLP) techniques. Built on top of BERTweet (vinai/bertweet-base) and fine-tuned with a robust, k-fold cross-validation training pipeline, powered by streamlit UI!

  • Updated Jul 23, 2025
  • Python

Binary and multiclass classification on workplace service requests. Logistic regression, decision tree and random forest in Scikit-learn pipelines with decision threshold tuning to manage false-positive vs false-negative trade-off for SLA breach prediction

  • Updated May 24, 2026
  • Jupyter Notebook

This project implements the classical LeNet-5 CNN for MNIST digit classification using PyTorch. It covers a complete pipeline from data preprocessing to deployment. The model achieves ~98.8% test accuracy, showing the strong effectiveness of early CNN architectures for image classification.

  • Updated Apr 27, 2026
  • Jupyter Notebook

Improve this page

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

Learn more