Skip to content
#

precision-recall

Here are 86 public repositories matching this topic...

Object Detection Metrics. 14 object detection metrics: mean Average Precision (mAP), Average Recall (AR), Spatio-Temporal Tube Average Precision (STT-AP). This project supports different bounding box formats as in COCO, PASCAL, Imagenet, etc.

  • Updated Aug 29, 2025
  • Python

BEST SCORE ON KAGGLE SO FAR , EVEN BETTER THAN THE KAGGLE TEAM MEMBER WHO DID BEST SO FAR. The project is about diagnosing pneumonia from XRay images of lungs of a person using self laid convolutional neural network and tranfer learning via inceptionV3. The images were of size greater than 1000 pixels per dimension and the total dataset was tagg…

  • Updated Apr 22, 2023
  • Jupyter Notebook

Movie recommendation system with Python. Implements content-based filtering (TF-IDF + cosine similarity), collaborative filtering with matrix factorization (TruncatedSVD), and a hybrid approach. Evaluates with Precision@K, Recall@K, and NDCG. Includes rating distribution plots, top movies, and sample recommendations.

  • Updated Sep 11, 2025
  • Python

Customer churn prediction with Python using synthetic datasets. Includes data generation, feature engineering, and training with Logistic Regression, Random Forest, and Gradient Boosting. Improved pipeline applies hyperparameter tuning and threshold optimization to boost recall. Outputs metrics, reports, and charts.

  • Updated Sep 11, 2025
  • Python

The aim is to find an optimal ML model (Decision Tree, Random Forest, Bagging or Boosting Classifiers with Hyper-parameter Tuning) to predict visa statuses for work visa applicants to US. This will help decrease the time spent processing applications (currently increasing at a rate of >9% annually) while formulating suitable profile of candidate…

  • Updated Jan 20, 2022
  • Jupyter Notebook

ML-FinFraud-Detector is a machine learning project for detecting financial transaction fraud. Utilizing XGBoost, precision-recall, and ROC curves, it provides accurate fraud detection. Explore feature importance, evaluate model performance, and enhance financial security with this comprehensive fraud detection solution.

  • Updated Jul 14, 2023
  • Jupyter Notebook
Radiography-Based-Diagnosis-Of-COVID-19-Using-Deep-Learning

Developed a Convolutional Neural Network based on VGG16 architecture to diagnose COVID-19 and classify chest X-rays of patients suffering from COVID-19, Ground Glass Opacity and Viral Pneumonia. This repository contains the link to the dataset, python code for visualizing the obtained data and developing the model using Keras API.

  • Updated Apr 15, 2021
  • Jupyter Notebook

Improve this page

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

Learn more