All Questions
1 question
0
votes
0
answers
66
views
Should I turn my skewed data into a normal distributed data before using MinMaxScaler or StandardScaler?
I have a dataset with a couple skewed variables that with the use of sqrt() function turns them into a normal distribution variable.
I have read somewhere that I should have a normal distributed ...