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.