I'd like to fit a scikits.learn.hmm.GaussianHMM to training sequences of different length. The fit method, however, prevents using sequences of different length by doing
obs = np.asanyarray(obs)
which only works on a list of equally shaped arrays. Does anyone have a hint on how to proceed?
You may do re-sampling to "reshape" a given input to the desired length.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With