Open gianba opened 10 years ago
Maybe have a look into HMM. They were designed to find patterns in noisy data in time series. You only have a small number of states to start with, so it would be easy to train. I think there is a R library for this as well.
Try different classifiers. Currently used: Logistic regression and SVM. Remember that we need a probabilistic classifier...