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, please visi

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

2013-05-06 Thread Jaques Grobler
Any luck with the numpy reinstall? 2013/5/4 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:\Python2

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", line 5, in > > from sklearn.datasets

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

2013-05-04 Thread Lars Buitinck
2013/5/4 Nigel Legg : > Traceback (most recent call last): > File "C:\Python26\churnnltk\scikitkmeans.py", line 5, in > from sklearn.datasets import fetch_20newsgroups > File "C:\Python26\lib\site-packages\sklearn\datasets\__init__.py", line 7, > in > from .base import load_diabetes >

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

2013-05-04 Thread Nigel Legg
Hello. I have installed scikit-learn in order to try out K-means clustering following http://scikit-learn.org/0.13/auto_examples/document_clustering.html. However, when I run this, I get the following error: Traceback (most recent call last): File "C:\Python26\churnnltk\scikitkmeans.py", line