Hidden Markov Model in hmmlearn Not Converging
I’m using the hmmlearn library to fit a Hidden Markov Model (HMM) to a dataset I’ve generated, but I’m encountering an issue where the model does not converge. Below is my code:
I’m using the hmmlearn library to fit a Hidden Markov Model (HMM) to a dataset I’ve generated, but I’m encountering an issue where the model does not converge. Below is my code: