Python Forum
sklearn imported but not recognized
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sklearn imported but not recognized
#1
Hello Python forum,
I am a new learner and am following basic tutorials from udacity and youtube.
I am on python 2.7. I am using visual studio as an IDE.
I have imported sklearn and can see it under my file C/python27/Lib/Sitepackages folder.
when i type import.sklearn the ide autocompletes
but when i try to call the library I get:

Error:
>>> import sklearn Traceback (most recent call last):  File "<stdin>", line 1, in <module>  File "C:\Python27\lib\site-packages\sklearn\__init__.py", line 57, in <module>    from .base import clone  File "C:\Python27\lib\site-packages\sklearn\base.py", line 10, in <module>    from scipy import sparse ImportError: No module named scipy >>> sklearn (help) Traceback (most recent call last):  File "<stdin>", line 1, in <module> NameError: name 'sklearn' is not defined
any advice ? Much appreciated. Kind regards - e
Reply


Messages In This Thread
sklearn imported but not recognized - by kerberg - Jun-17-2017, 12:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Column Transformer with Mixed Types - sklearn aaldb 0 398 Feb-22-2024, 03:27 PM
Last Post: aaldb
  Checking for a recognized text in a Dataframe KDE 0 1,571 Aug-31-2021, 11:19 PM
Last Post: KDE
  sklearn.neural_network MLPClassifier forecast variances CK1960 1 1,853 Oct-29-2020, 10:13 AM
Last Post: CK1960
  Customizing an sklearn submodule with cython JHogg11 0 1,997 May-27-2020, 05:39 PM
Last Post: JHogg11
  sklearn and train_test_split nsadams87xx 1 1,876 Apr-23-2020, 05:32 PM
Last Post: jefsummers
  Error When Using sklearn Predict Function firebird 0 2,095 Mar-21-2020, 04:34 PM
Last Post: firebird
  Outputing LogisticRegression Coefficients (sklearn) RawlinsCross 6 4,885 Feb-27-2020, 02:47 PM
Last Post: RawlinsCross
  Predicting an output variable with sklearn Ccross1 1 2,564 Jun-04-2019, 03:11 PM
Last Post: michalmonday
  loading a csv file into python from pandas. Variable is not recognized vijjumodi 2 2,962 Apr-19-2019, 04:09 AM
Last Post: kus
  sklearn regression to excel punksnotdead 1 2,814 Apr-14-2019, 12:32 PM
Last Post: punksnotdead

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020