Forecasting-Future-College-Admissions-Using-Machine-Learning
Forecasting-Future-College-Admissions-Using-Machine-Learning
Current admission processes are often complex and Colleges struggle to accurately predict enrollment
opaque. Students lack clarity about their chances of numbers for different branches, leading to resource
admission to specific colleges and branches. misallocation and inefficient planning.
Project Overview
1. Data Collection
1
Gathering historical data on student demographics, academic performance, and admission outcomes.
2. Data Preprocessing
2
Cleaning, transforming, and preparing the data for analysis and model training.
3. Model Selection
3
Choosing appropriate machine learning algorithms for classification and forecasting.
4. Model Training
4 Training the selected models on the preprocessed data to identify patterns and
relationships.
5. Model Evaluation
5 Assessing the performance and accuracy of the trained models
using appropriate metrics.
Existing
System
The existing system uses a dataset for predicting graduate admissions with the following
parameters:
•GRE Scores: Out of 340
•TOEFL Scores: Out of 120
•University Rating: Out of 5
•Statement of Purpose (SOP) and Letter of Recommendation (LOR) Strength: Out of 5
•Undergraduate GPA: Out of 10
•Research Experience: Either 0 (No) or 1 (Yes)
•Chance of Admit: Ranging from 0 to 1
Purpose: To help students shortlist universities by predicting their chances of admission based on
their profiles.
The existing system is a machine learning pipeline for regression tasks, using multiple models like
K-Nearest Neighbors, Decision Trees, Random Forest, AdaBoost, Extra Trees, XGBoost, and
CatBoost. It includes a robust data handling mechanism, evaluation metrics (R² score and Mean
Squared Error), and visualization tools (Plotly, Seaborn, Matplotlib).
Proposed System
The proposed system uses machine learning techniques to predict college admissions based on
historical data. It employs the K-Nearest Neighbors (KNN) algorithm to estimate the most
probable institute, degree, and program a student can get based on their entrance exam rank,
category, reservation quota, and seat pool.
The key features of the proposed system include:
• Data preprocessing and encoding: Converts categorical features (e.g., category,
quota) into numerical values using Label Encoding.
• Machine learning model (KNN): Trains the model to make predictions based on input
parameters.
• User-friendly interface: Allows students to input their details and receive predictions
instantly.
• Data visualization: Provides insights into admission trends, quota-based seat distribution,
and program-wise selection patterns.
Literature Review
Predictive Analytics College Admission
Forecasting
Several studies have explored
the use of machine learning for Researchers have developed
predicting student success and models to predict student
retention rates. The use of admissions to specific colleges
predictive models to analyze based on various factors,
student demographics, including academic
academic performance, and performance, extracurricular
social factors has been activities, and personal
investigated. attributes.
Data cleaning and transformation to ensure data Selection of appropriate machine learning algorithms
quality and accuracy. Feature selection to identify the for classification and forecasting. Training models on
most relevant factors impacting college admissions. the preprocessed data to identify patterns and
relationships.
Model Evaluation and
Validation
Evaluation Metrics
Evaluating the performance of the trained models
using accuracy, precision, recall, and other relevant
metrics.
Cross-Validation
Using cross-validation techniques to ensure the
robustness and generalizability of the models.
Benefits and Impact
https://www.kaggle.com/code/badl071/forecasting-future-sales-using-machine-learning
A Research paper which predicts college based on the colleges and the link as follows
https://www.researchgate.net/publication/375243523_COLLEGE_PREDICTION_SYSTEM
Reference to different Machine learning is taken from the below research paper
https://www.researchgate.net/publication/344717762_Machine_Learning_Algorithms_-A_Review