ASSIGNMENT - 3 Apply Decision Tree Classifier on Graduate Admission Dataset

Problem Statement:

Every year many students give the GRE exam to get admission in foreign Universities. The dataset contains GRE Scores (out of 340), TOEFL Scores (out of 120), University Rating (out of 5), Statement of Purpose strength (out of 5), Letter of Recommendation strength (out of 5), Undergraduate GPA (out of 10), Research Experience (0=no, 1=yes), Admitted (0=no, 1=yes). Admitted is the target variable.

Data Set Available on Kaggle (The last column of the dataset needs to be changed to 0 or 1) 

Data Set: https://www.kaggle.com/mohansacharya/graduate-admissions.

The counselor of the firm is supposed check whether the student will get an admission or not based on his/her GRE score and Academic Score. So, to help the counselor to take appropriate decisions build a machine learning model classifier using Decision tree to predict whether a student will get admission or not.

A. Apply Data pre-processing (Label Encoding, Data Transformation....) techniques if necessary. 

B. Perform data-preparation (Train-Test Split) 

C. Apply Machine Learning Algorithm 

D. Evaluate Model.




Previous
Next Post »