Skip to content

The provided code compares the performance of a custom implementation of Logistic Regression with scikit-learn's Logistic Regression using the Breast Cancer dataset.

Notifications You must be signed in to change notification settings

Ayantanu2002/Logistic-Regression-From-Scratch-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Logistic Regression Implementation: This repository contains a custom implementation of Logistic Regression in Python, alongside a comparison with scikit-learn's Logistic Regression on the Breast Cancer dataset.

Overview: Logistic Regression is a fundamental algorithm used for binary classification tasks. This implementation provides a basic logistic regression model along with a comparison with scikit-learn's implementation.

Features: Custom Logistic Regression class with fit and predict methods. Gradient descent optimization for parameter updates. Comparison with scikit-learn's Logistic Regression.

About

The provided code compares the performance of a custom implementation of Logistic Regression with scikit-learn's Logistic Regression using the Breast Cancer dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published