Re: [Scikit-learn-general] Critical Difference Diagram

2015-10-31 Thread Dayvid Victor
Thank you all, The Orange will work just fine: http://docs.orange.biolab.si/3/modules/evaluation.cd.html Andreas, I'm not sure if this is the kind of thing that needed to be in sklearn, maybe scipy (stats) and matplotlib (graph). Thanks, On Thu, Oct 29, 2015 at 1:55 PM, Arnaud Joly wrote: > s

Re: [Scikit-learn-general] branch 0.17.X reset

2015-10-31 Thread Gael Varoquaux
Why didn't you use "git revert" rather than rewriting history? Thanks for working on the release, by the way! Gaƫl Sent from my phone. Please forgive brevity and mis spelling On Oct 31, 2015, 17:10, at 17:10, Andy wrote: >Hey. >Just in case anyone was working on 0.17.X for some reason: >I ne

[Scikit-learn-general] branch 0.17.X reset

2015-10-31 Thread Andy
Hey. Just in case anyone was working on 0.17.X for some reason: I needed to remove a commit that was accidentally cherrypicked. So if you have a 0.17.X branch you need to update it to the rebased master: git fetch uptream && git checkout 0.17.X && git reset --hard upstream/0.17.X Cheers, Andy -