Suppose there is a sequence of observations. for an example take
[1,2,3,5,5,5,2,3,2,3, ..., 3, 4]. (Those can be even real numbers). How do
I use the current implementation of HMM in Scikit-learn to predict the next
value of this observation sequence. I have 2 questions regarding this.

1. Given a sequence of observations, predicting the next observation(as
mentioned above)

2. Given many sequences of n observations and n+1 observations of those
sequences, can HMM be used to predict the (n+1)th observation of a new
sequence of n observations? If so how?

How do I use the HMM in Scikit-learn for the above tasks? I couldn't grasp
much about this from the documentation.

Thank you.


Maheshakya
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to