I could work on it. Right now I have a local version with modified GridSearchCV to enable the one standard error rule (but no test cases for it). Should I continue on this one or check out the latest version and modify that?
Thanks, Michal On 26/07/13 18:11, Olivier Grisel wrote: > 2013/7/26 Michal Romaniuk <[email protected]>: >> Working with the debugger, here is what's happening: >> >> param1 and param2 are both numpy object arrays (containing numerical >> arrays). So param1.flat[0] gives an array and param2.flat[0] also gives >> an array. And numpy seems to consider equality of two arrays ambiguous. > > Would you like to try to submit a pull request to handle that case? > > -- > Olivier > http://twitter.com/ogrisel - http://github.com/ogrisel > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------------ 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
