Problem description:I'm working on a machine learning project, and one of the features is represented by the proportion of three levels' sample numbers. When I was doing preprocessing normalization, I can't find a suitable method to normalize the proportion. I would like to ask everyone that if there are suitable ways to normalize the proportion.
My ideas:My current ideas are to convert the proportion into a number, or to get a number by comparing the proportion,such as comparing 1:2:3 with 1:1:1, so that it can be normalized, but I have not found a suitable method on the Internet, I hope to receive your suggestions. Thank you!
I think the answer depends on what you want to achieve by normalization. If you have three value $\{ a,b,c \}$ then there are several ways of normalizing them, including the following