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

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

2015-01-09 Thread Timothy Vivian-Griffiths
Ok, well once again, thank you for your reply. I will provide some of my code here and I hope that it helps. Just bear in mind that I have not had any formal training in programming, so my code will very much come under the category of 'PhDware'. So, this was the class that I wrote that gets im

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

2015-01-07 Thread Andy
Hi Tim. Please keep all discussions on the mailing list, as individual contributors might not find the time to respond. With fixed random seeds, results should be reproducible. If you provide the full code, it might be possible to say where the problem lies. Sorry, I meant ShuffleSplitCV, but yo