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
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
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