Skip to content
#

logistic-regression

Here are 8,249 public repositories matching this topic...

This project explores an IBM telecom dataset, conducting initial EDA and data preprocessing. It examines three genetic algorithm variations for feature selection: one-point, two-point, and uniform crossover. Logistic regression is used to predict customer churn, and performance is evaluated using error bar plots.

  • Updated Jun 10, 2024
  • Jupyter Notebook

Implementation of algorithms such as normal equations, gradient descent, stochastic gradient descent, lasso regularization and ridge regularization from scratch and done linear as well as polynomial regression analysis. Implementation of several classification algorithms from scratch i.e. not used any standard libraries like sklearn or tensorflow.

  • Updated Jun 10, 2024
  • Jupyter Notebook

This repository contains a Jupyter Notebook exploring the adult income dataset. The notebook performs Exploratory Data Analysis (EDA), including visualizations with charts and graphs. Additionally, it implements various classification models to predict income and analyzes their accuracy.

  • Updated Jun 9, 2024
  • Jupyter Notebook

Improve this page

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

Learn more