You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at the LearningShapelets module for a time-series regression task and would like to perform unsupervised learning. The available documentation includes a function of the LearningShapelets class called fit_transform(X,y,...) where if y=None, then the function learns Shapelets without labels. In the Repo I cannot find this function, and the fit() function requires labels. Did you get rid of this feature? Do you have any tips and existing code that could help me?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I am looking at the LearningShapelets module for a time-series regression task and would like to perform unsupervised learning. The available documentation includes a function of the LearningShapelets class called fit_transform(X,y,...) where if y=None, then the function learns Shapelets without labels. In the Repo I cannot find this function, and the fit() function requires labels. Did you get rid of this feature? Do you have any tips and existing code that could help me?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions