amueller / scipy-2016-sklearn

Scikit-learn tutorial at SciPy2016
Creative Commons Zero v1.0 Universal
515 stars 516 forks source link

Add exercises and solutions to 14 Model Complexity and GridSearchCV #47

Closed rasbt closed 8 years ago

rasbt commented 8 years ago

oh I see you just started working on it. In case you are still brainstorming: I was just thinking about adding an exercise using learning curves: I.e., setup a "complex" model and ask sth along the lines "using this classifier and the learning curve function, see how the training/validation performance changes with respect to the training data; what can we conclude from that?"

amueller commented 8 years ago

That's a cool exercise, but I think we should keep it more simple. We want them to be able to solve it in about 10 minutes after seeing grid-search and model complexity for the first time. We can also add a learning curve exercise, but I was going to do just "run grid search on this model"

rasbt commented 8 years ago

Fair enough; I think we have a lot of ground to cover already anyway :). Reminds me of writing the book regarding page limits: so many more things to talk about but only so little time (to teach & prepare) ;)

amueller commented 8 years ago

you had a page limit? huh

rasbt commented 8 years ago

Haha, off topic: Yeah, initially 200 hundred. Was complaining soooo much though until I got 400 ;)