Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 887 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 887 Bytes

StudentPrediction

Predicting Academic Performance Of Students

  1. 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.

  2. 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)
  1. Run the preprocess script to produce .pkl files.
python preprocess.py
  1. Run the analysis script to see the scores
python analysis.py

For more details please see the StudentPrediction.pdf file