This project provides a comprehensive analysis of the factors influencing admission to graduate programs. Using a dataset from Kaggle, this notebook explores various machine learning models to predict the likelihood of admission based on explanatory variables such as GRE scores, TOEFL scores, and CGPA.
- Visualize relationships between GRE scores, TOEFL scores, and CGPA with chances of admission.
- Statistical summaries to understand data distribution and correlation among different features.
- Application of several machine learning models including Linear Regression, Decision Trees, and Random Forest to predict admission probabilities.
- Evaluation of model performance using metrics like R-squared and Mean Squared Error.
- Python
- Data Manipulation with pandas
- Data Visualization with Matplotlib and Seaborn
- Predictive Modeling with Scikit-Learn
- Statistical Analysis
- Statistical Analysis
- Model Improvement: Further tuning of model parameters and exploring ensemble methods to enhance prediction accuracy.
- Data Enrichment: Incorporating more contextual data such as applicant demographics and extracurricular activities to refine the models.
- Deployment: Developing a web-based application where prospective students can estimate their admission chances based on their profiles.