On 11/16/2012 08:41 PM, Fred Mailhot wrote:
On 15 November 2012 23:20, Andreas Mueller <[email protected] <mailto:[email protected]>> wrote:[...] You can give GridSearchCV not only a grid but also a list of grids. I would go with that. (is that sufficiently documented?)This doesn't appear to be document (at least not at http://scikit-learn.org/dev/modules/generated/sklearn.grid_search.GridSearchCV.html). <http://scikit-learn.org/dev/modules/generated/sklearn.grid_search.GridSearchCV.html%29.>..Just to be clear, you're saying I can pass a single estimator and list of param dicts to GridSearchCV, and that it will then do separate grid search for each of the param dicts in the list?
Yes, see this example: http://scikit-learn.org/dev/auto_examples/grid_search_digits.html#example-grid-search-digits-py
------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
