Skip to content

Logistic regression is a statistical method that is used for building machine learning models where the dependent variable is dichotomous: i.e. binary. Logistic regression is used to describe data and the relationship between one dependent variable and one or more independent variables.

Notifications You must be signed in to change notification settings

nishantdalvi05/Logistic-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Logistic-Regression

Question: Output variable -> y

      y -> Whether the client has subscribed a term deposit or not 
         Binomial ("yes" or "no")

Dataset:bank-full.csv

About

Logistic regression is a statistical method that is used for building machine learning models where the dependent variable is dichotomous: i.e. binary. Logistic regression is used to describe data and the relationship between one dependent variable and one or more independent variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published