How about scaling data first by MinMaxScaler and then cluster?

What I thought is scaling can scale then into 0~1 section, and it can
ignore the quantity of each data

After scaling, it shows the increasing/decreasing ratio between each points.

Then cluster then by the eucledian distance should work?
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to