-
Hi,
I tried to install scikit in my machine, Ubuntu 12.04.4 LTS (GNU/Linux 3.2.0-53-generic x86_64), using the command
sudo apt-get install python-sklearn
It seemed to be fine. But when I tried to…
-
Hi all,
Thanks to the help this afternoon, I finally got sklearn working with my test logistic regression. However, while I run the test, I got the segmentation fault at last, here is the output (ver…
-
OS - Mac OS X 10.6.8
```
python -c "import sklearn; sklearn.test()"
Running unit tests and doctests for sklearn
NumPy version 1.5.1
NumPy is installed in /Library/Frameworks/Python.framework/Versions…
-
I've tried installing the latest version of scikit-learn on my Ubuntu system. The default version in the Ubuntu repository is a 4.x version, but I wanted features it did not have. After I installed …
-
Hey,
I just installed scikit-learn using easy-install on my linux box running RHEL 5.6 and I am running into some trouble. Installation looked fine with only warnings popping up (or so I thought) but …