Skip to content

Logistic Regression: A binary classifier that predicts probabilities using the sigmoid function.

Notifications You must be signed in to change notification settings

IsratAfrin826/Logistic-Regression-ML-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Logistic-Regression-ML-Algorithm

πŸ€– What Is Logistic Regression?

Logistic Regression is a statistical and machine learning algorithm used for binary classification problems β€” where the output (target) is one of two possible values, like:

       βœ… Pass / ❌ Fail

       πŸ‘ Yes / πŸ‘Ž No

       πŸ”΅ Class 0 / πŸ”΄ Class 1

Despite its name, logistic regression is a classification algorithm, not a regression one.

What I Have Done In This Project---

                   1 . Import Libraries

                   2. Load Dataset or Create Dataset

                   3. View / Preprocess

                   4. Split The Data

                   5. Build The Logistic Regression Model

                   6. Test & Evaluate

                   7. Performance Analysis

                   8. Confusion Matrix 

                   9. Accuracy Score

​

​

​

​

About

Logistic Regression: A binary classifier that predicts probabilities using the sigmoid function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published