Predicting Academic Performance Of Students
-
Please go to the https://analyse.kmi.open.ac.uk/open_dataset website, download the dataset and put it inside the project file. Check for the similarity of the filenames between the script and csv files.
-
Change the sample configuration (inside preprocess.py) in order to select the total number of students. It's set on 1000 by default but it takes time to produce models.
# TOTAL NUMBER OF STUDENTS
st_info = st_info.sample(1000)
- Run the preprocess script to produce .pkl files.
python preprocess.py
- Run the analysis script to see the scores
python analysis.py
For more details please see the StudentPrediction.pdf file