Skip to content
#

recall-precision

Here are 21 public repositories matching this topic...

A repo holding the implementation as well as some theoretical explanation of the important relevant concepts. It is going to be in development for a long long time. I'll keep adding things everytime I have something to add to it, and I have the time for it. One can use it to learn the basics of Machine Learning from kind of scratch.

  • Updated Oct 2, 2021
  • Jupyter Notebook

machine learning techniques to predict company defaults by optimizing the trade-off between recall (minimizing false negatives) and precision (avoiding false positives). Logistic Regression and Random Forest models were trained, with emphasis on recall to ensure accurate identification of high-risk companies.

  • Updated Jan 16, 2025
  • Jupyter Notebook

This project focuses on evaluating different classification models for detecting and analyzing the risk of near-Earth objects (NEOs). The models are assessed using key metrics such as Confusion Matrix, Recall, AUC-ROC, and PR-AUC to understand their performance in distinguishing between the two classes (risky vs. non-risky NEOs).

  • Updated Mar 31, 2025

Consolidating tutorial codes for breast cancer tumor detection, covering ML fundamentals like classification, feature engineering, training, evaluation, and key performance metrics.

  • Updated Mar 16, 2025
  • Jupyter Notebook

- Nesse trabalho vou explorar uma base vista em projetos passados, diabetes dataset. - Nela encontramos informações sobre algumas características de pacientes. Queremos estudar as características das pacientes e encontrar possíveis relações

  • Updated May 1, 2022
  • Jupyter Notebook

Machine learning for credit card default. Precision-recalls are calculated due to imbalanced data. Confusion matrices and test statistics are compared with each other based on Logit over and under-sampling methods, decision tree, SVM, ensemble learning using Random Forest, Ada Boost and Gradient Boosting. Easy Ensemble AdaBoost classifier appear…

  • Updated Jul 24, 2020
  • Jupyter Notebook

Improve this page

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

Learn more