Re: [Scikit-learn-general] Loading libsvm data formats

2013-03-06 Thread Andreas Mueller
Hi Rad. What was missing from the documentation for you? There is an example here: http://scikit-learn.sourceforge.net/dev/datasets/index.html#datasets-in-svmlight-libsvm-format Cheers, Andy On 03/05/2013 08:19 PM, Mohamed Radhouane Aniba wrote: Hello everyone, I am new to scikit-learn package,

Re: [Scikit-learn-general] Loading libsvm data formats

2013-03-05 Thread Mohamed Radhouane Aniba
I solved my problem Thanks Ronnie On Mar 5, 2013, at 2:22 PM, Ronnie Ghose wrote: > http://stackoverflow.com/questions/13590247/using-libsvm-format-in-scikit > SO is amazing :) > > > On Tue, Mar 5, 2013 at 2:19 PM, Mohamed Radhouane Aniba > wrote: > Hello everyone, > > I am new to sciki

Re: [Scikit-learn-general] Loading libsvm data formats

2013-03-05 Thread Mohamed Radhouane Aniba
Thank you Ronnie Sorry for this dumb question but I am a bit confused with the link you sent even if it seems straightforward. I am trying to replace the iris data in http://scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html#example-svm-plot-rbf-parameters-py I changed the port

Re: [Scikit-learn-general] Loading libsvm data formats

2013-03-05 Thread Ronnie Ghose
http://stackoverflow.com/questions/13590247/using-libsvm-format-in-scikit SO is amazing :) On Tue, Mar 5, 2013 at 2:19 PM, Mohamed Radhouane Aniba wrote: >Hello everyone, > > I am new to scikit-learn package, I am still trying sone of the examples > on the website. > You have an example on R

[Scikit-learn-general] Loading libsvm data formats

2013-03-05 Thread Mohamed Radhouane Aniba
Hello everyone, I am new to scikit-learn package, I am still trying sone of the examples on the website. You have an example on RBF SVM parameters that is very interesting but my only problem is that my data are in libsvm format I know that you have an option for loading this format through lo