(Venkat) Raghav, Rajagopalan

Results 7 comments of (Venkat) Raghav, Rajagopalan

The tests should go to `/sklearn/neural_network/tests/test_mlp.py`

This is amazing and simple!! Thanks for the PR!

BTW not cloning for non-warm-startable params makes it break *silently* for those params... You can see that from the below snippet (when run on this branch)... ```python import numpy as...

This makes me wonder if it would be the time to revisit @amueller's suggestion elsewhere on `fit_more(**new_params)` or `refit(**new_params)` and let GridSearchCV use it if available...

Sorry for the delay... I think my benchmark requests were not based on proper thought... ~~I'll review this first thing tomorrow~~ (oops :P)...

@amueller Do you want to take a look at this? This PR would factor out half the work of `GradientBoostingCV`...