Changed the following columns:

childish_diseases, accident_or_trauma, surgical_intervention
{0, 1} -> {1, 0}

high_fevers, smoking_habit
{-1, 0, 1} -> {1, 0, -1}

such that a higher value corresponds to higher risk, congruent with the column names and the remaining columns (age, alcohol_consumption, sitting)
