This python file has optimzed the data to make it more readable for ML methods. The following changes are done:
- Classify the key
GDP
toGDP_class
, which contains-1
(low),0
(medium),1
(high). - Classify the key
Unemployment rate
toUnemployment rate_class
, which contains-1
(low),0
(medium),1
(high). - Classify the key
Output
toGraduate_class
,Enrolled_class
andDropout_class
, where in each of them,1
means positive,0
means negative.
The classified csv file is saved as student_data_classified.csv