Re: [scikit-learn] Random StratifiedKFold Grid Search CV

2017-01-30 Thread Sebastian Raschka
Cool, glad to hear that it was such an easy fix :) > On Jan 30, 2017, at 3:49 PM, Raga Markely wrote: > > Nice catch!! The sklearn was 0.18, but I used sklearn.grid_search instead of > sklearn.model_selection. > > Error is gone now. > > Thank you, Sebastian! > Raga > > On Mon, Jan 30, 2017 a

Re: [scikit-learn] Random StratifiedKFold Grid Search CV

2017-01-30 Thread Raga Markely
Nice catch!! The sklearn was 0.18, but I used sklearn.grid_search instead of sklearn.model_selection. Error is gone now. Thank you, Sebastian! Raga On Mon, Jan 30, 2017 at 3:37 PM, Sebastian Raschka wrote: > Hm, which version of scikit-learn are you using? Are you running this on > sklearn 0.1

Re: [scikit-learn] Random StratifiedKFold Grid Search CV

2017-01-30 Thread Sebastian Raschka
Hm, which version of scikit-learn are you using? Are you running this on sklearn 0.18? Best, Sebastian > On Jan 30, 2017, at 2:48 PM, Raga Markely wrote: > > Hi Sebastian, > > Following up on the original question on repeated Grid Search CV, I tried to > do repeated nested loop using the fol

Re: [scikit-learn] GSOC call for mentors

2017-01-30 Thread Nelson Liu
Hey all, I'd be willing to help out with mentoring a project as well, hopefully in tandem with someone else. Nelson Liu On Mon, Jan 30, 2017 at 10:10 AM Jacob Schreiber wrote: > I discussed this briefly with Gael and Joel. The consensus was that unless > we already know excellent students who w

Re: [scikit-learn] Random StratifiedKFold Grid Search CV

2017-01-30 Thread Raga Markely
Hi Sebastian, Following up on the original question on repeated Grid Search CV, I tried to do repeated nested loop using the followings: N_outer=10 N_inner=10 scores=[] for i in range(N_outer): k_fold_outer = StratifiedKFold(n_splits=10,shuffle=True,random_state=i) for j in range(N_inner):

Re: [scikit-learn] GSOC call for mentors

2017-01-30 Thread Jacob Schreiber
I discussed this briefly with Gael and Joel. The consensus was that unless we already know excellent students who will fit well that it is unlikely we will participate in GSoC. That being said, if someone (other than me) is willing to step up and organize it, I'd volunteer to be a mentor again. I t

[scikit-learn] GSOC call for mentors

2017-01-30 Thread Andreas Mueller
Hey all. It's that time of the year again. Are we planning on participating in GSOC? If so, we need mentors and projects. It's unlikely that I'll have time to help with either in any substantial way. If we want to participate, I think we should try to be a bit more organized than last year ;) Andy