Skip to content
#

recall-precision

Here are 22 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

Predicting passenger survival on the Titanic using an ensemble machine learning approach, achieving a Kaggle score of 0.77990. This project leverages stacking with Random Forest, Gradient Boosting, and SVM, enhanced by feature engineering and hyperparameter tuning, to model survival patterns effectively.

  • Updated Apr 21, 2025
  • 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