Re: [Scikit-learn-general] The error with MiniBatchDictionaryLearning.partial_fit

2014-06-06 Thread Alexandre Gramfort
hi, can you open an issue on github and provide a gist to reproduce the pb? thanks Alex On Fri, Jun 6, 2014 at 12:16 PM, Jiancheng Sun wrote: > Got an error "AttributeError: 'MiniBatchDictionaryLearning' object has no > attribute 'random_state_'" when I use > MiniBatchDictionaryLearning.partia

[Scikit-learn-general] The error with MiniBatchDictionaryLearning.partial_fit

2014-06-06 Thread Jiancheng Sun
Got an error "AttributeError: 'MiniBatchDictionaryLearning' object has no attribute 'random_state_'" when I use MiniBatchDictionaryLearning.partial_fit method to perform the online learning. Is it a bug? Jiancheng -