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

Re: [Scikit-learn-general] [ANN] scikit-learn 0.15.0b1 is on PyPI (first beta release for 0.15.0)

2014-06-06 Thread Valerio Maggio
> On 06/giu/2014, at 16:40, Andreas Mueller wrote: > > Awesome! Thanks so much for working on the release! Great job! > +1 Thanks a lot Olivier !-) -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Database

Re: [Scikit-learn-general] [ANN] scikit-learn 0.15.0b1 is on PyPI (first beta release for 0.15.0)

2014-06-06 Thread Andreas Mueller
Awesome! Thanks so much for working on the release! Great job! On Jun 6, 2014 9:16 PM, "Olivier Grisel" wrote: > Hi all, > > I just pushed a first beta release (0.15.0b1) of the new 0.15.X branch to > PyPI. > > This releases includes (experimental) wheel packages for the first > time. This means

Re: [Scikit-learn-general] [ANN] scikit-learn 0.15.0b1 is on PyPI (first beta release for 0.15.0)

2014-06-06 Thread Arnaud Joly
Hi all, Thanks Olivier for taking care of the release!! Best regards, Arnaud On 06 Jun 2014, at 15:14, Olivier Grisel wrote: > Hi all, > > I just pushed a first beta release (0.15.0b1) of the new 0.15.X branch to > PyPI. > > This releases includes (experimental) wheel packages for the firs

[Scikit-learn-general] [ANN] scikit-learn 0.15.0b1 is on PyPI (first beta release for 0.15.0)

2014-06-06 Thread Olivier Grisel
Hi all, I just pushed a first beta release (0.15.0b1) of the new 0.15.X branch to PyPI. This releases includes (experimental) wheel packages for the first time. This means that under Windows and Mac OSX with the official Python 2.7 or 3.4 from http://python.org, you should be able to install scik

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