The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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.