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
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
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
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
>
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