Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

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

  • ceaperezceaperez Member Posts: 541 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
  • 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.
  • ceaperezceaperez Member Posts: 541 Unicorn
    You welcome @cjjc20001
    I'm happy the problem was solved. 

    Best
Sign In or Register to comment.