Re: [Scikit-learn-general] Paris sprint 2nd April

2015-04-01 Thread Alexandre Gramfort
hi Tim, I've edited the wiki [0]. The room should be setup at 9:15am. See you tomorrow Alex [0] https://github.com/scikit-learn/scikit-learn/wiki/Upcoming-events On Wed, Apr 1, 2015 at 9:54 PM, Timothy Vivian-Griffiths wrote: > I’m now in Paris, and I have done the preparations for the sprin

Re: [Scikit-learn-general] Paris sprint 2nd April

2015-04-01 Thread Gael Varoquaux
> I’m now in Paris, and I have done the preparations for the sprint tomorrow. > However, I’ve been looking around on the website, and I cannot find the time > that it is starting. Can anyone tell me please? People will be there at 9. I'll be there later, say 10, as I have an errand to run before

[Scikit-learn-general] Paris sprint 2nd April

2015-04-01 Thread Timothy Vivian-Griffiths
I’m now in Paris, and I have done the preparations for the sprint tomorrow. However, I’ve been looking around on the website, and I cannot find the time that it is starting. Can anyone tell me please? Tim -- Dive into th

[Scikit-learn-general] use grid search cv on a custom estimator

2015-04-01 Thread Luca Puggini
Hi, I have a custom estimator (a regressor). This method takes an initial parameter c that I would like to fit using 10 folds cross validation. I have posted the question of SO. The answer should be pretty trivial for a sklearn expert. http://stackoverflow.com/questions/29393739/how-to-use-gridsea