-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you use weasel to classify? #17
Comments
WEASEL extracts features from the set of time series: it will transform a set of continuous-valued time series into a "standard" input Here is an example taken from the documentation. After the WEASEL transformation, you can use any "standard" classifier to perform classification (logistic regression, SVM, random forest, naive bayes, etc.). You can use I hope that it answers your question. |
Hi @johannfaouzi, what's your policy with this repo issues? Typically I see maintainers allow opening issues for bugs/feature related questions. Any usability questions are asked on Stackoverflow. What do you think? |
Right now I think that having all usability questions as issues is the best for several reasons. The amount of isues is pretty low, which makes it easy to answer them here. Moreover, you need a certain amount of reputation to create a new tag on stackoverflow. If this project gets much bigger than it is right now, the policy will change in the way you mentioned. |
This is a question. My understanding is Weasel transforms original continuous-valued features to bag of pattern, then how to do classification after the transformation?
The text was updated successfully, but these errors were encountered: