Options

Python Learner

cjjc20001cjjc20001 Member Posts: 8 Contributor II
I am trying to learn how to use the python learner. I already installed the pandas and skilearn but when I run the sample dataset, there is an error saying skilearn cannot be found. I have searched this type of error at the internet but I cannot find a similar one. I am using windows not mac. Attached is the error message.

Answers

  • Options
    ceaperezceaperez Member Posts: 522 Unicorn
    Hi @cjjc20001,
    Please be sure that you have installed the python libraries  and you configured the rout into rapidminer. 
    Please go to Settings->Preferences->Python Scripting.
    You need to have skilearn and lightgmb into the selected python enviroment.

    Best, 

    Cesar
  • Options
    cjjc20001cjjc20001 Member Posts: 8 Contributor II
    edited October 2022
    Thank you. Part of the problem was that my pip is not working so i used another way to install it. Used py -m pip install __________. It is now working.
  • Options
    ceaperezceaperez Member Posts: 522 Unicorn
    You welcome @cjjc20001
    I'm happy the problem was solved. 

    Best
Sign In or Register to comment.