Re: [Scikit-learn-general] Classifying resting state components derived from ICA

2014-12-08 Thread Alexandre ABRAHAM
Hi, I think that what you are trying to do is exactly what FSL FIX does. See the references in the documentation page: http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FIX Alexandre. On Wed, Dec 3, 2014 at 6:15 PM, Norman Benbrahim wrote: > Hi all, > I'm a little bit new to the field of machine learning;

Re: [Scikit-learn-general] (no subject)

2013-07-29 Thread Alexandre ABRAHAM
> This is somewhat technically difficult. If you find an elegant way to do > this, we would love a pull request. > If I understand well how sphinx works: - toc directive makes a toc from the content of the page - toctree directive makes a toc of the whole site (starting from the root specified in

Re: [Scikit-learn-general] resting fmri datasets in nklearn

2013-07-23 Thread Alexandre ABRAHAM
Dear scikit-learn team, In fact, we have taken not only the logo but the entire template as a base for nilearn website temporarily, but sometimes temporary things last a bit long. The entire website is currently under refurbishment, but I've changed the logo and switched some colors to avoid furth

Re: [Scikit-learn-general] Scikit-learn's website is down

2013-07-09 Thread Alexandre ABRAHAM
Hi Josh, The website works for me. Maybe you are trying to access http://www.scikit-learn.org instead of http://scikit-learn.org? Alexandre. On Tue, Jul 9, 2013 at 10:29 PM, Josh Wasserstein wrote: > FYI: The website seems to be currently down. > > Josh > > > --

Re: [Scikit-learn-general] Out of memory when running silhouette score function

2013-05-23 Thread Alexandre ABRAHAM
it and let you know soon. > > Regards, > > T.Bao > > > On Fri, May 10, 2013 at 6:19 PM, Alexandre ABRAHAM < > abraham.alexan...@gmail.com> wrote: > >> Bao, >> >> Sorry for the delay. I have push a new version of the code on the gist >> (th

Re: [Scikit-learn-general] Out of memory when running silhouette score function

2013-05-13 Thread Alexandre ABRAHAM
ay 12, 2013 at 5:55 PM, Gael Varoquaux < gael.varoqu...@normalesup.org> wrote: > On Sun, May 12, 2013 at 01:35:07PM +0200, Alexandre ABRAHAM wrote: > > I know that the first purpose of scikit is not to handle big data but > > would you be interested by a PR of my silhouette blo

Re: [Scikit-learn-general] Out of memory when running silhouette score function

2013-05-12 Thread Alexandre ABRAHAM
integrate some online computation directly into Theano, this is another story... Alexandre. On Sun, May 12, 2013 at 4:35 PM, Ronnie Ghose wrote: > uhhh +1. any chance of using theano with it? > > > On Sun, May 12, 2013 at 7:35 AM, Alexandre ABRAHAM < > abraham.alexan...@gmail.co

Re: [Scikit-learn-general] Out of memory when running silhouette score function

2013-05-12 Thread Alexandre ABRAHAM
ounds very great. I will try it and let you know soon. > > Regards, > > T.Bao > > > On Fri, May 10, 2013 at 6:19 PM, Alexandre ABRAHAM < > abraham.alexan...@gmail.com> wrote: > >> Bao, >> >> Sorry for the delay. I have push a new version of the cod

Re: [Scikit-learn-general] Out of memory when running silhouette score function

2013-05-10 Thread Alexandre ABRAHAM
Bao, Sorry for the delay. I have push a new version of the code on the gist (there is now a n_jobs keyword parameter). It should use a bit more memory. Fast bench (see main in the gist) : Scikit silhouette (113.294149s): -0.013992 Block silhouette (23.485517s): -0.013992 Block silhouette parallel

Re: [Scikit-learn-general] Out of memory when running silhouette score function

2013-05-10 Thread Alexandre ABRAHAM
the dataset is clustered into 50 clusters > OK, so each clusters contains approximately 5K elements, which means distance matrices of size 25 000K. > I have not monitored the memory usage. But the computation time here is > the real CPU time, not the elapse time > OK. > I only can run the

Re: [Scikit-learn-general] Out of memory when running silhouette score function

2013-05-10 Thread Alexandre ABRAHAM
Hi Bao, Thanks for your feedback ! I am not surprised that the sampling method saves time and gives a good approximation, especially considering the size of your data. I have a few questions on your experiment though: - how many clusters do you have (as the block method speed and memory consumpti

Re: [Scikit-learn-general] Out of memory when running silhouette score function

2013-05-09 Thread Alexandre ABRAHAM
Hi Bao, Sorry for late reply, I've set up some code yesterday evening and my post got blocked because of its size. The code is really simple and I kept the scikit formalism so if you lookes at the scikit function, this should be familiar to you. Gist : https://gist.github.com/AlexandreAbraham/554

Re: [Scikit-learn-general] Out of memory when running silhouette score function

2013-05-08 Thread Alexandre ABRAHAM
uld you please more clarify about > "computing the distance between samples "on the fly"'. In my case, the time > requirement is not very serious. If you can make me clear about this, I > think it would be a suitable solution for my case. > > Regards, > >

Re: [Scikit-learn-general] Out of memory when running silhouette score function

2013-05-08 Thread Alexandre ABRAHAM
Hi Bao, If I am not mistaken, the computation of pairwise distances is a way to speed up silhouette calculus, and make the code simpler. It is possible to compute silhouette by computing the distance between samples "on the fly". This will be very slow indeed but no additional memory is required.

Re: [Scikit-learn-general] Cool ideas for a demo

2012-10-01 Thread Alexandre ABRAHAM
Hi, > [2] http://mldemos.epfl.ch/ > A bottle of scotch for whoever does the second. > I'd really like to see that and I think it should be tooo hard. > I don't know much about GUI and Python but when I see MLdemos running, I think it could be done in a quick and dirty way as a GIMP plugin. In fa

Re: [Scikit-learn-general] Failing tests (SVM)

2012-07-24 Thread Alexandre ABRAHAM
Hi, He is running numpy 1.6.2. I have found out that numpy guys are renewing their error management system so that they have generic error messages (that is why googling the error message doesn't give any clue...). You can see one of these patches here : https://github.com/numpy/numpy/commit/51616

Re: [Scikit-learn-general] PDF Documentation

2012-06-04 Thread Alexandre ABRAHAM
Hi, Concerning the problem of too many nested elements, if so many levels are really needed, you can try to use the enumitem package to increase the number of allowed nested levels : \usepackage{enumitem} \setlistdepth{10} Alexandre. On Mon, Jun 4, 2012 at 12:52 AM, wrote: > Hi Andy, > > I b