Skip to content

zzzzz1st/StudentPrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages