Skip to content
#

confusion-matrix

Here are 13 public repositories matching this topic...

PSO feature selection improves classifier performance. Implemented in Jupyter Notebook with pandas, numpy, scikit-learn. PSO done from scratch. Results compared using accuracy, precision, recall, F1 score. Improves results compared to using all features. Can be applied to various classification problems.

  • Updated Jan 30, 2023
  • Jupyter Notebook

This is the Data Mining Project for predicting the student's grade before the final and Mid-2 examination. I use Python and Jupyter Notebook for this Project.

  • Updated Jun 23, 2024
  • Jupyter Notebook

This notebook tested the performance of the following scikit-learn models: Logistic Regression, Multilayer Perception, Naive Bayes, KNN, and Random Forest Classifier in classifying whether a person has thyroid or not based on the dataset provided. Each model’s performance has been evaluated using the F1 Score. NOTE: This notebook was used for a …

  • Updated Jun 7, 2023
  • Jupyter Notebook

Classify Heart Attack dataset using 3+ ML models and perform Exploratory Data Analysis for insights. Preprocess data, apply majority voting for final prediction, aim for accuracy & F-score over 65%. Use Numpy, Pandas, Sklearn, Matplotlib. Final report & insights on methodology & results expected. Run code in Jupyter Notebook.

  • Updated Jan 30, 2023
  • Jupyter Notebook

Predicting the Contraceptive Method Choice of a Woman Based on Demographic and Socio-economic Characteristics - The objective of this study is to to predict the contraceptive methods (no use, long-term methods, or short-term methods) of a woman based on her demographic and socio-economic characteristics. A data-set of 1473 married women with the…

  • Updated May 12, 2021
  • Jupyter Notebook

Improve this page

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

Learn more