This project aims to predict student performance based on various features using machine learning techniques.
-
Clone the repository:
git clone <repository_url> cd StudentPerformancePrediction
-
Create a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Start Jupyter Notebook:
jupyter notebook
- pandas==1.3.3
- numpy==1.21.2
- scikit-learn==0.24.2
- matplotlib==3.4.3
- seaborn==0.11.2
- jupyter==1.0.0
Open the Jupyter Notebook and run the cells to train and evaluate the student performance prediction model.
This project is licensed under the MIT License.