The hmmlearn reference page and the code mentions the usage of the "verbose" keyword as follows: "verbose (bool, optional) – When True per-iteration convergence reports are printed to sys.stderr. ". During runs, I can see the a 2-column output for every iteration which looks like:
19 60924.7863 +156.5809
20 61054.3471 +129.5608
, where 19 and 20 are the iteration numbers. Can you please tell what are the other two numbers in each row? I assume one of them (the first) is the log-likelihood.