On Wed, Mar 07, 2012 at 09:48:32AM +0100, Gael Varoquaux wrote:
> There is a pull request that improves a lot the HMM implementation and
> documentation:
> https://github.com/scikit-learn/scikit-learn/pull/538
> It should be merged anytime.
It is merged :).
Speed of HMMs can probably be further
Hi David,
There is a pull request that improves a lot the HMM implementation and
documentation:
https://github.com/scikit-learn/scikit-learn/pull/538
It should be merged anytime. Actually, I almost feel like merging it
_now_ as it does improve the situation quite a lot.
Additional help on docume
Hi,
As part of my masters project, I'm going to be working pretty heavily with
numpy/scipy and machine learning techniques like SVM and HMM. I noticed
that the current HMM implementation lacks docs and has some stability
issues and might be removed shortly. I'm interested in trying to revive it,
b