From 067b20d38115c3a71b3af8e44a543297cb9a1172 Mon Sep 17 00:00:00 2001 From: Soham Malakar Date: Mon, 22 Jul 2019 23:45:06 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9deb231..b9a155c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # AdmissionPredictor Predicting applicant’s chance of admission in an university. -Here I am building a classification model using logistic regression estimates an applicant’s probability of admission based on the scores from two exams. I have considered dummy historical data from previous applicants that I am using as a training set for logistic regression. +Here I am building a classification model using logistic regression estimates an applicant’s probability of admission based on the scores from two exams. I have considered dummy historical [data](data.txt) from previous applicants that I am using as a training set for logistic regression.