Re: [Scikit-learn-general] [Off-topic] julia

2012-04-03 Thread Mathieu Blondel
Creating a new language has its advantages (e.g., tailor the language to scientific computing) but the main disadvantage is that they need to recreate a complete ecosystem (plotting, interactive shell, ...). I wonder if we could get most of the advantages of julia in Python with Numba ( https://git

[Scikit-learn-general] [Off-topic] julia

2012-04-03 Thread Satrajit Ghosh
http://julialang.org/ cheers, satra -- Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Bou

Re: [Scikit-learn-general] sklearn.hmm ownership?

2012-04-03 Thread David Kadish
I'm hoping to help out a little this summer, time permitting. If you're taking ownership, then hopefully I'll be able to contribute something in a month or two! - David On Mon, Apr 2, 2012 at 1:44 AM, Olivier Grisel wrote: > Le 29 mars 2012 23:55, Alexandre Passos a écrit : > > On Thu, Mar 29,

Re: [Scikit-learn-general] Clustering where features are unordered sets

2012-04-03 Thread Martin Fergie
That looks like it should do the trick, thanks to you both, Martin On 3 April 2012 12:37, Lars Buitinck wrote: > Op 3 april 2012 00:51 heeft David Warde-Farley > het volgende geschreven: > > You might try representing it as a sparse bag-of-words, i.e. a sparse > matrix > > of 100,000 x (severa

Re: [Scikit-learn-general] Clustering where features are unordered sets

2012-04-03 Thread Lars Buitinck
Op 3 april 2012 00:51 heeft David Warde-Farley het volgende geschreven: > You might try representing it as a sparse bag-of-words, i.e. a sparse matrix > of  100,000 x (several million), where each row contains a 1 in positions > where a feature is present and 0 otherwise. Such a representation sho