Нормализация значений, таких как (0,1,2) и 1 [закрыто]Python

Программы на Python
Anonymous
Нормализация значений, таких как (0,1,2) и 1 [закрыто]

Сообщение Anonymous »


How should I approach normalizing four columns for clustering? Two columns contain values like (0, 1, 2), while the other two have normal values like '1'. I attempted to use StandardScaler, but encountered an error. What alternatives or adjustments should I consider?


Источник: https://stackoverflow.com/questions/780 ... -1-2-and-1

Вернуться в «Python»