Closed alexbw closed 11 years ago
This is kind of a tricky one, and it exists for all my HMM and HSMM model code ever: if Nmax=1
, there's only one state and it's really a single-observation-distribution model. More importantly, matrices turn into scalars at various parts of the code. It could be fixed with some diligent application of np.atleast_2d
and the like.
I think this is the first possible reason to do that: it would let us easily train a single-subHMM model as a sanity check.
But it's not a very strong reason, so I think this is a low priority. I'm going to apply the wontfix label because it's passive aggressive and I've always wanted to do that.
EDIT: single-state models would be whatever a single observation distribution is (not necessarily a mixture model, that'd only be the case for our HSMMs over GMMs).
Gotcha, sounds fine to me.
On Wed, Oct 30, 2013 at 2:31 PM, Matthew Johnson notifications@github.comwrote:
This is kind of a tricky one, and it exists for all my HMM and HSMM model code ever: if Nmax=1, there's only one state and it's really a mixture model. More importantly, matrices turn into scalars at various parts of the code. It could be fixed with some diligent application of np.atleast_2dand the like.
I think this is the first possible reason to do that: it would let us easily train a single-subHMM model as a sanity check.
But it's not a very strong reason, so I think this is a low priority. I'm going to apply the wontfix label because it's passive aggressive and I've always wanted to do that.
— Reply to this email directly or view it on GitHubhttps://github.com/dattalab/pyhsmm-library-models/issues/38#issuecomment-27423993 .
Should we just close it? We still have a record of it, even if closed.