Re: [Scikit-learn-general] Removal of 'decode' from GMM

2012-01-04 Thread bthirion
On 01/04/2012 05:23 PM, Olivier Grisel wrote: > 2012/1/4 Jacob VanderPlas: >> Hi all, >> I just ran some old mixture model code using the latest master version >> of scikit-learn, and it broke because `GMM.decode` was removed during >> the recent refactoring of the mixture module. I think this sho

Re: [Scikit-learn-general] Removal of 'decode' from GMM

2012-01-04 Thread Olivier Grisel
2012/1/4 Jacob VanderPlas : > Hi all, > I just ran some old mixture model code using the latest master version > of scikit-learn, and it broke because `GMM.decode` was removed during > the recent refactoring of the mixture module.  I think this should > probably have a depreciation warning for the

[Scikit-learn-general] Removal of 'decode' from GMM

2012-01-04 Thread Jacob VanderPlas
Hi all, I just ran some old mixture model code using the latest master version of scikit-learn, and it broke because `GMM.decode` was removed during the recent refactoring of the mixture module. I think this should probably have a depreciation warning for the time being. Thoughts? Jake