Questions tagged [scikit-learn]

scikit-learn is a machine-learning library for Python that provides simple and efficient tools for data analysis and data mining, with a focus on machine learning. It is accessible to everybody and reusable in various contexts. It is built on NumPy and SciPy. The project is open source and commercially usable (BSD license).

scikit-learn is a machine-learning library for Python that provides simple and efficient tools for data analysis and data mining. It is accessible to everybody and reusable in various contexts. It is built on NumPy, SciPy, and matplotlib. The project is open source and commercially usable (BSD license).

6 questions
24
votes
3 answers

ImportError: No module named sklearn

I installed scikit-learn on following these instructions Even when I try now to run again: sudo pip install -U scikit-learn I get this message proving again that installation is ok: Requirement already up-to-date: scikit-learn in…
user284234
2
votes
2 answers

Failed to install Scikit-learn in Ubuntu 16.04

I am trying to install Scikit-learn in Ubuntu 16.04, but there is an error when I am trying to install. I had successfully installed following packages Python 2.7.12 NumPy 1.11.0 SciPy 0.17.0 But the output of the command pip install -U…
1
vote
2 answers

upgradation of scikit image from 0.10 to 0.13

I am working on Ubuntu 16.04 with python 2.7 version. Scikit image package so installed is 0.10, I want to upgrade this to 0.13. How can I do it?
image
  • 11
1
vote
0 answers

Installing Anaconda on top of other versions of software

I put a decent amount of work into installing a suite of data science related applications such as ipython, spyder, numpy and scikit-learn using apt-get and pip. Then I was directed to Anaconda which offers a bash script to install them…
Selah
  • 2,995
0
votes
1 answer

Error installing scikitlearn

I am trying to install scikit learn using pip install -U scikit-learn But it doesn't get installed. I tried to install numpy and scipy at first but I could not install those either :(
0
votes
1 answer

Installing scikit-learn with Python3, _superlu.cpython-34m.so: undefined symbol: dtrsm_

I am using ubuntu 14.04 and trying to install scikit-learn using python 3. An I run into the following error: In [4]: import sklearn produces: ImportError: /usr/local/lib/python3.4/dist-packages/scipy/sparse/linalg/dsolve/_superlu.cpython-34m.so:…
Akavall
  • 647