hmmlearn

MultinomialHMM: ValueError: Total count for each sample should add up to the number of trials

MultinomialHMM: ValueError: Total count for each sample should add up to the number of trials Question: I am trying this example from the forum below which works for the others. But I am getting the error below for some reason. What am I missing? Link to tutorial (from superbobry): https://github.com/hmmlearn/hmmlearn/issues/70 import numpy as np from …

Total answers: 1