Skip to content

YBX420/Student-Success-Prediction

Repository files navigation

Student-Success-Prediction

select_data.py

This python file has optimzed the data to make it more readable for ML methods. The following changes are done:

  • Classify the key GDP to GDP_class, which contains-1(low),0(medium),1(high).
  • Classify the key Unemployment rate to Unemployment rate_class, which contains-1(low),0(medium),1(high).
  • Classify the key Output to Graduate_class,Enrolled_class and Dropout_class, where in each of them, 1 means positive, 0means negative.

The classified csv file is saved as student_data_classified.csv

Steven Ye

Martin Liang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages