Graduates Admission Prediction
Help Graduates by Predicting there Admissions chances
@kaggle.mukeshmanral_graduates_admission_prediction
Help Graduates by Predicting there Admissions chances
@kaggle.mukeshmanral_graduates_admission_prediction
Try to Prediction of Graduate Admissions from an Indian perspective.
Content
Dataset contains under given important parameters which are considered mainly during application for Masters Programs.
Parameters description:
Inspiration
Results will help students in shortlisting universities with their profiles. Predicted output can provide students a fair idea about their chances for a particular university.
CREATE TABLE admission_data (
"gre_score" BIGINT,
"toefl_score" BIGINT,
"university_rating" BIGINT,
"sop" DOUBLE,
"lor" DOUBLE,
"cgpa" DOUBLE,
"research" BIGINT,
"chance_of_admit" DOUBLE
);Anyone who has the link will be able to view this.