On 07/09/2013 12:44 AM, Josh Wasserstein wrote: > Peter - Yes. That also puzzles me. So odd. > > Thanks Olivier - I am using auc_score, not roc_curve. My scikit-learn > installation does not complain about it. I will try to get the master > git installed. > Well, it doesn't complain, but it doesn't do anything sensible, either ;) GridSearchCV passed the result of "predict" to "auc_score", which doesn't really work. "auc_score" needs a confidence value.
------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
