Re: [scikit-learn] Help with improving t-sne

2016-08-22 Thread Andreas Mueller
Hi Sean. Thanks for working on this. Do you have any more specific questions? Have you looked at the barnes-hut paper? Cheers, Andy On 08/19/2016 07:59 PM, Shanglun Wang wrote: Hello, I am currently working on a ticket on github involving improving the data structures powering t-sne. I am

Re: [scikit-learn] 0.18?

2016-08-22 Thread Olivier Grisel
Ok for pushing back. Let's try to work on the beta on the week after euroscipy if we can. At least all the annoying binary packaging issues are fixed (test failures for the linux and OSX 32 bit platforms) so the release process itself should hopefully be painless. -- Olivier

Re: [scikit-learn] Building Scikit Learn in Win 7 64bits

2016-08-22 Thread Joel Nothman
You could also use ! pip install D:\_devs\Python01\scikit_learn\sklearn or indeed ! pip install git+https://github.com/scikit-learn/scikit-learn/ if you don't actually want to use the directory with the source code in it. On 22 August 2016 at 19:43, Olivier Grisel wrote: > The error message

Re: [scikit-learn] Building Scikit Learn in Win 7 64bits

2016-08-22 Thread Olivier Grisel
The error message mentions gcc. Have you installed some mingw version? As of now our windows build is only properly tested with the Visual Studio C++ compiler from appveyor: https://ci.appveyor.com/project/sklearn-ci/scikit-learn I have not tested the build with mingwpy in a while (I am not a wi