Skip to content
#

classification-report

Here are 84 public repositories matching this topic...

This repository features code for a fraud detection model achieving 100% accuracy in identifying fraudulent credit card transactions. Utilizing transaction data from Jan 2019 to Dec 2020, the model employs RandomForestClassifier, assessing features like credit card numbers, transaction amounts, and merchant information.

  • Updated Apr 21, 2024
  • Jupyter Notebook

Module 12 - Using the imblearn , I'll use a logistic regression model to compare 2 versions of a dataset. First, I’ll use the original data. Next, I’ll resample the data by using RandomOverSampler. In both cases, I’ll get the count of the target classes, train a logistic regression classifier, calculate the balanced accuracy score, generate a con

  • Updated Oct 31, 2022
  • Jupyter Notebook

"TensorFlow Image Classification Project" This project demonstrates image classification using TensorFlow. The CIFAR-10 dataset, consisting of 60,000 32x32 color images across 10 classes, is explored and analyzed. Key components include data loading, dataset characteristics, and a machine learning model built using the functional API.

  • Updated Oct 13, 2023
  • HTML

Here we will be firstly analysing the how different threshold values effect the area under the Curve in a Receiver Operating charcteristic(ROC) curve. And at last we will show how to define a function in python to calculate the most optimal threshold value for the logistic Regression.

  • Updated Jan 29, 2022
  • Jupyter Notebook

Improve this page

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

Learn more