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