Re: [Scikit-learn-general] split function with non repeated sets

2014-08-15 Thread Gael Varoquaux
e different. Thank you -Original Message- From: Gael Varoquaux [mailto:[email protected]] Sent: Thursday, August 14, 2014 2:01 PM To: [email protected] Subject: Re: [Scikit-learn-general] split function with non repeated sets > With k-fold you ca

Re: [Scikit-learn-general] split function with non repeated sets

2014-08-14 Thread Joel Nothman
> Sent: Thursday, August 14, 2014 2:01 PM >> To: [email protected] >> Subject: Re: [Scikit-learn-general] split function with non repeated sets >> >> > With k-fold you can shuffle the data, but let’s say you want to run >> > k-fold

Re: [Scikit-learn-general] split function with non repeated sets

2014-08-14 Thread Michael Eickenberg
t; Sent: Thursday, August 14, 2014 2:01 PM > To: [email protected] > Subject: Re: [Scikit-learn-general] split function with non repeated sets > > > With k-fold you can shuffle the data, but let’s say you want to run > > k-fold partition multiple ti

Re: [Scikit-learn-general] split function with non repeated sets

2014-08-14 Thread Pagliari, Roberto
-Original Message- From: Gael Varoquaux [mailto:[email protected]] Sent: Thursday, August 14, 2014 2:01 PM To: [email protected] Subject: Re: [Scikit-learn-general] split function with non repeated sets > With k-fold you can shuffle the data,

Re: [Scikit-learn-general] split function with non repeated sets

2014-08-14 Thread Gael Varoquaux
> With k-fold you can shuffle the data, but let’s say you want to run k-fold > partition multiple times. Can you avoid repetition of the same subset of > samples? We call that 'shuffle split' http://scikit-learn.org/stable/modules/generated/sklearn.cross_validation.ShuffleSplit.html Examples of u

Re: [Scikit-learn-general] split function with non repeated sets

2014-08-14 Thread Pagliari, Roberto
-learn-general] split function with non repeated sets Could you be more specific, perhaps with an example? Do you mean something like KFold? On 14 August 2014 14:15, Pagliari, Roberto mailto:[email protected]>> wrote: Is there a function similar to split function, which does not ge

Re: [Scikit-learn-general] split function with non repeated sets

2014-08-13 Thread Joel Nothman
Could you be more specific, perhaps with an example? Do you mean something like KFold? On 14 August 2014 14:15, Pagliari, Roberto wrote: > Is there a function similar to split function, which does not generate > repeated train/test sets? > > > ---

[Scikit-learn-general] split function with non repeated sets

2014-08-13 Thread Pagliari, Roberto
Is there a function similar to split function, which does not generate repeated train/test sets? -- ___ Scikit-learn-general mailing list [email protected]