Hi,
Is there any way to do GridSearch on multiple scoring functions without
having to repeat the fit/predict process for each function?
(e.g.: grid_search_digits.py - In this example, GridSearch is run twice,
once each for precision and recall. )
Possible Solution: Manual approach. Use IterGrid and take care of
fit/predict/scoring manually.
Problem: But this means I have to forego the library's builtin
parallelization features which *really* speed things up. (n_jobs=-1 :) )
Thanks,
Karthick
--
A positive attitude may not solve all your problems, but it will annoy
enough people to make it worth the effort.
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general