Re: [Scikit-learn-general] What's up with our Debian popcon results

2014-01-29 Thread Nigel Legg
Is the chart showing all installs, or just successful installs? I was reinstalling dependencies in vagrant yesterday and the statsmodels lib install failed, which meant I had to start installing all dependencies again - three times. Though this won't account for all the variation, if other people

Re: [Scikit-learn-general] SVM classifier.

2013-10-18 Thread Nigel Legg
Thanks Olivier and Lars, I'll take another look. Cheers, Nigel 07914 740972 On 18 October 2013 09:16, Olivier Grisel wrote: > 2013/10/18 Lars Buitinck : > > 2013/10/18 Nigel Legg : > >> What am I doing wrong here? > > > > Could be lots of things. In any

[Scikit-learn-general] SVM classifier.

2013-10-18 Thread Nigel Legg
I have a set of tweets, and I am trying to use an SVM classifier to class them as being English or another language. I have a training set which has been classified by hand. My code: train_set = open(train_set) corpus = [] i = 0 for line in train_set: x = line.find(',') text = line[:x]

Re: [Scikit-learn-general] Tackling Dataset bias

2013-08-19 Thread Nigel Legg
Some interesting looking references there, will take a look - thanks! Regards, Nigel Legg 07914 740972 http://www.trevanianlegg.co.uk http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 19 August 2013 17:46, Peter Prettenhofer wrote: > Hi Yogesh, > > the work by Joh

Re: [Scikit-learn-general] Release 0.14: tagged and pushed!

2013-08-08 Thread Nigel Legg
Well done to everyone who worked on this. I'll download and install tomorrow morning. Regards, Nigel Legg 07914 740972 http://www.trevanianlegg.co.uk http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 8 August 2013 00:18, Gael Varoquaux wrote: > Hi Scikiters, &g

Re: [Scikit-learn-general] ``from matplotlib import pyplot as plt`` vs ``import pylab as pl``

2013-07-23 Thread Nigel Legg
I was confused by installing matplotlib then importing pylab - this clarifies it. Regards, Nigel Legg 07914 740972 http://www.trevanianlegg.co.uk http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 23 July 2013 18:52, Lars Buitinck wrote: > 2013/7/23 Nelle Varoquaux : &g

Re: [Scikit-learn-general] Improving Text Classification

2013-07-12 Thread Nigel Legg
this seems to be my opportunity. I will let you know how things develop. Cheers, N// Regards, Nigel Legg 07914 740972 http://www.trevanianlegg.co.uk http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 12 July 2013 12:14, Ian Ozsvald wrote: > Hi Nigel. I see you're in the

Re: [Scikit-learn-general] Improving Text Classification

2013-07-11 Thread Nigel Legg
set, and any learning that comes with it. Regards, Nigel Legg 07914 740972 http://www.trevanianlegg.co.uk http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 11 July 2013 17:34, Harold Nguyen wrote: > Hi Ian, > > Thank you very much for writing this message, and espec

Re: [Scikit-learn-general] Scikit-learn's website is down

2013-07-09 Thread Nigel Legg
Yes, sorry, realised my mistake just after sending. Regards, Nigel Legg 07914 740972 http://www.treavnianlegg.co.uk http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 10 July 2013 06:46, Robert Layton wrote: > Can confirm, it works without the *www*, but doesn't work

Re: [Scikit-learn-general] Scikit-learn's website is down

2013-07-09 Thread Nigel Legg
Total content on www.scikit-learn.org This space is managed by SourceForge.net. You have attempted to access a URL that either never existed or is no longer active. Please check the source of your link and/or contact the maintainer of the link to have them update their records. Regards, Nigel

Re: [Scikit-learn-general] My talk has been accepted at PyCon AU!

2013-05-26 Thread Nigel Legg
Good presentation, thank you. Regards, Nigel Legg 07722 652866 http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 26 May 2013 04:33, Robert Layton wrote: > I've updated the slides for my talk at pycon AU and put them on my Google > Drive: > https://docs.goo

Re: [Scikit-learn-general] Getting Started with scikit-learn

2013-05-10 Thread Nigel Legg
Upgraded from Python 2.6 -> 2.7, then installed numpy, scipy, and scikit-learn on that. Now starting to gt to grips with sklearn. Thanks for advice, Nigel. Regards, Nigel Legg 07722 652866 http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg To support the footyvoice app, ple

Re: [Scikit-learn-general] Getting Started with scikit-learn

2013-05-04 Thread Nigel Legg
Machine is x86 running Windows7. Both installed from prepackaged. Will try reinstalling numpy. On 4 May 2013 15:29, Lars Buitinck wrote: > 2013/5/4 Nigel Legg : > > Traceback (most recent call last): > > File "C:\Python26\churnnltk\scikitkmeans.py",

[Scikit-learn-general] Getting Started with scikit-learn

2013-05-04 Thread Nigel Legg
wrong size, try recompiling Does this mean I have the wrong version of numpy for the version of scikit-learn I have installed? Many thanks, Nigel Legg 07722 652866 http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg