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
Where can i find some tutorials on using python inside RapidMiner?
Hello,
I am new at RapidMiner and Python. Iwas searching the web for tutorials and exanmples but with no success.
Can somebody pleas help me to find tutorials for using Python in RapidMiner?
Tagged:
0
Answers
Hallo Newbie,
Please, try this link:
https://www.youtube.com/watch?v=AGdBZ-JV42o.
The speaker is a solution architecht solution at RapidMiner; I haven't time to look the full workshop. I am sure that it is solid stuff.
Bonne journée,
Maerkli
yep that's a good video. There are also sample processes in the product itself (go to Help under Execute Python) and some samples also in the Community Repository.
Scott
I think that can get you started.
However it is a very bad idea to use the scripts inside cross-validation (or inside any loop in general), because that makes the scripts be executed multiple times with a huge overhead:
If you want to use it, bring the iteration or cross validation into the script (for example with the caret package in R or Scikit Learn in Python).
Best regards,
Sebastian