Re: [Scikit-learn-general] User Defined Data.

2013-03-29 Thread Subhabrata Banerjee
Thanks. But if I don't use my own data set and master it properly, I feel bit shy down. Let me see how it goes. Regards, Subhabrata. On Sat, Mar 30, 2013 at 4:21 AM, Rolando Espinoza La Fuente < [email protected]> wrote: > Hi, What kind of data do you have? Is it text? > > Basically, you need to

Re: [Scikit-learn-general] User Defined Data.

2013-03-29 Thread Rolando Espinoza La Fuente
Hi, What kind of data do you have? Is it text? Basically, you need to extract/build a feature matrix for your dataset, and in the case of supervised learning, the target vector too. You can take a look at the documentation which includes some functionality to build the feature matrix for your dat

Re: [Scikit-learn-general] algorithm solve classical MDS with SVD

2013-03-29 Thread Nelle Varoquaux
On 28 March 2013 23:24, Lars Buitinck wrote: > On Thu, Mar 28, 2013 at 2:35 PM, Nelle Varoquaux > wrote: > > But in general, I don't think we can "force" the user to use sparse > > matrices. They are an absolute pain to work with because of the > > inconsistencies of interface with ndarray and c