[scikit-learn] Any clustering algo to cluster multiple timing series data?

lampahome pahome.chen at mirlab.org
Mon Jan 21 05:56:36 EST 2019


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20190121/efd9041b/attachment.html>


More information about the scikit-learn mailing list