This repository contains an end-to-end project focused on developing a predictive model to estimate student performance. The project includes comprehensive Exploratory Data Analysis (EDA) and the application of several machine learning techniques.
- Predictive Modeling: Developed a model to predict student performance, demonstrating a robust understanding of predictive modeling techniques.
- Exploratory Data Analysis: Performed extensive EDA using
matplotlib
andseaborn
to uncover key insights that informed the development of the predictive models. - Machine Learning Implementation: Applied multiple machine learning techniques and achieved the highest R² score of 0.88 using Ridge Regression.
- Python
- Libraries:
- Data Analysis & Visualization:
pandas
,numpy
,matplotlib
,seaborn
- Machine Learning:
scikit-learn
- Data Analysis & Visualization:
To get a local copy up and running follow these simple steps.
- Install Python
- Install pip package manager