Skip to content
#

logisticregression-classifier

Here are 8 public repositories matching this topic...

Developed a machine learning pipeline to predict customer churn with over 90% accuracy, leveraging data preprocessing, feature engineering, and Random Forest modelling. Conducted exploratory data analysis to uncover key drivers of churn, such as customer recency and cohorts from first transations.

  • Updated Mar 25, 2025
  • Jupyter Notebook

A smart question tagging and matching system using traditional ML and NLP. It finds similar questions, tags them, and groups related ones to reduce duplicates. Built with TF-IDF, cosine similarity , KMeans & XgBoost, GBDT,Logistic Regression for fast, scalable, and real-world use.

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

This project analyzes Twitter sentiment using NLP and Machine Learning. It preprocesses text, converts it into numerical format, and trains a Logistic Regression model. The model classifies tweets as Positive, Negative, or Neutral and is evaluated using accuracy metrics. It can also predict the sentiment of new user-input statements.

  • Updated Jun 14, 2025
  • Jupyter Notebook

Improve this page

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

Learn more