Re: [Scikit-learn-general] HMM Documentation and Development

2012-03-12 Thread Gael Varoquaux
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

Re: [Scikit-learn-general] HMM Documentation and Development

2012-03-07 Thread Gael Varoquaux
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

[Scikit-learn-general] HMM Documentation and Development

2012-03-07 Thread David Kadish
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