Baselight

Graduates Admission Prediction

Help Graduates by Predicting there Admissions chances

@kaggle.mukeshmanral_graduates_admission_prediction

Loading...
Loading...

About this Dataset

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:

  1. GRE Scores ( out of 340 )
  2. TOEFL Scores ( out of 120 )
  3. University Rating ( out of 5 )
  4. Statement of Purpose -(SOP) Strength ( out of 5 )
  5. Letter of Recommendation-(LOR) Strength ( out of 5 )
  6. Undergraduate GPA-CGPA ( out of 10 )
  7. Research Experience ( either 0 or 1 )
  8. Chance of Admit ( ranging from 0 to 1 )

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.

Tables

Admission Data

@kaggle.mukeshmanral_graduates_admission_prediction.admission_data
  • 9.88 KB
  • 500 rows
  • 8 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.