I am fairly new to data science (I'm using python) and found that it's better for us to standardize or normalize our data before we go further. My questions are :
- What if there are categorical values (binary and using one hot encoding, 0 or 1) such as male or female, do we need to standardize or normalize this kind of data?
- What if the categorical data is non-binary, for example, measurement of your health (1= poor, 2=quite healthy, 3=healthy, 4=fit, 5=very fit). Do we still need to do the standardize or normalize these kind of data?