This project predicts the chance of admission to a university based on academic and personal profile features using linear regression.
The dataset contains information about student profiles (GRE, TOEFL, CGPA, SOP, LOR, etc.). This project:
- Trains a linear regression model to predict the Chance of Admit
- Evaluates model performance
- Accepts user input to predict admission chances interactively
- Python
- Pandas
- Scikit-learn
- Cleaned dataset from YBI Foundation
- Interactive prediction after training
- Evaluation using MAE, MAPE, MSE
- Simple, beginner-friendly code
-
git clone https://github.com/nikgarhwal/admission_probability.git
-
cd admission_probability
-
pip install -r requirements.txt
-
python admission_predictor.py
- π Model Evaluation:
- MAE: 0.0431
- MAPE: 7.40%
- MSE: 0.0039
##π Predict Your Admission Probability
- Enter GRE Score: 320
- Enter TOEFL Score: 110 ...
- π§Ύ Estimated Chance of Admission: 81.25%
This project is licensed under the MIT License.