Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 440 Bytes

File metadata and controls

7 lines (3 loc) · 440 Bytes
                                             logistic_Regression_Classifcation

#Logistic regression is a statistical method for analyzing a dataset in which there are one or more independent variables that determine an outcome. The outcome is measured with a dichotomous variable (in which there are only two possible outcomes).

#In the given code the algorithm is used to predict the Addmission of a person on the given Exam data.