Python Learner

cjjc20001
New Altair Community Member
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.

Tagged:
0
Answers
-
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,
Cesar0 -
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.1
-
0