Hi, I noticed that GridSearchCV fits a new estimator from scratch for each grid point. But when working with pipelines where multiple steps have tuning parameters, some time could be saved by fitting an early step once and then fitting the later steps along a sequence of grid points while using the precomputed early step. This seems to make sense particularly with compute-intensive feature selection algorithms. However, it appears to me that this optimization would add a lot of complexity. Any thoughts?
Regards, Michal ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Scikit-learn-general mailing list Scikit-learn-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scikit-learn-general