Skip to content
#

log-odds

Here are 13 public repositories matching this topic...

Implement logistic regression using Python and scikit-learn to classify malignant vs. benign tumours from the Breast Cancer Wisconsin (Diagnostic) dataset

  • Updated Sep 30, 2025
  • Python

Classical NLP and ML on ~215k patient drug reviews (UCI): text-based sentiment classification on the dataset's own test split (0.95 ROC-AUC, well above baseline) and per-condition complaint mining via weighted log-odds. Reusable package with a CLI, tests, and reproducible results.

  • Updated Jul 2, 2026
  • Python

Logistic Regression is one of the basic yet complex machine learning algorithm. This is often the starting point of a classification problem. This repository will help in understanding the theory/working behind logistic regression and the code will help in implementing the same in Python. Also, This is a basic implementation of Logistic Regressi…

  • Updated Jun 15, 2020
  • Jupyter Notebook

Improve this page

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

Learn more