Re: [Scikit-learn-general] Thanks for help

2015-01-10 Thread Joel Nothman
Hi Timothy, You are not setting random_state for train_test_split. Please check if this fixes the problem. - Joel On 10 January 2015 at 01:57, Timothy Vivian-Griffiths < vivian-griffith...@cardiff.ac.uk> wrote: > Ok, well once again, thank you for your reply. I will provide some of my > code h

[Scikit-learn-general] Majority rule Ensemble classifier

2015-01-10 Thread Sebastian Raschka
Hi, I wrote a short blog post about implementing a conservative majority rule ensemble classifier in scikit-learn someone asked me whether this would be interesting for the scikit-learn library. The idea behind it is quite simple: Using the weighted or unweighted majority rule from different