Replies: 3 comments
-
Not that I am aware of. Maybe use |
Beta Was this translation helpful? Give feedback.
-
Hm, it is very hard to answer that in general - it depends on what you definition of a cluster should be? Let me give you an example: lets look into stock market prices. The absolute value is not a good variable to cluster on - we are normally more interested in clustering stocks with a "similar behaviour" together. So maybe it is FFT parameters or alike in this case. You see, it really depends on your data and a lot on your domain knowledge. Clustering based on non-sense features for your use case might be even bad.... |
Beta Was this translation helpful? Give feedback.
-
@pahome: We have recently published a paper on unsupervised feature selection, which might be useful for your application: https://doi.org/10.1109/JSEN.2021.3084970 |
Beta Was this translation helpful? Give feedback.
-
I use ubuntu14.4 desktop and try to cluster time-series dataset.
When I use tsfresh.extract_features, I get multiple features to cluster like number_peaks__n_3, __maximum...etc.
There're too many features to know what is effecient for me because I do unsupervised learning so I don't have y for tslearn.select_features(X,y)
Are there any common features to cluster?
Beta Was this translation helpful? Give feedback.
All reactions