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
"Feedback on RapidMiner vs. Python comparison"
Best Answer
-
rfuentealba RapidMiner Certified Analyst, Member, University Professor Posts: 568 UnicornHello, @mlg1988
Some precisions:
For item: "1 data science project", you can use building blocks, subprocesses or other methods to make RapidMiner do one to many mappings. It is possible to reuse code, or even models if you want to create a model and use the Store operator to save it and use it elsewhere. You already mention building blocks later in your document.
For item: "get help as you work", as @varunm1 said, we are usually around, asking stuff and talking with each other about the inner things of data science (also: mocking each other on Twitter too, all friendly and amicable), so yes, you can count on the RapidMiner Community. Hint: even if you are rude with us you will find some people who will answer your questions in a nicely way. My best advice is: don't push it, but it has happened lots of times. People here are so kind that they make me look like a helpless unmannered Neanderthal.
For item: "Project sharing", if you use a Java-supported Desktop Environment (Windows, macOS, or a FreeDesktop-compatible UNIX Desktop Environment/Window Manager), you can share your entire RapidMiner repository together with data and project by clicking with the secondary button and selecting "Open in file browser". I normally use Git there, so that I can sync my projects on my many computers, for example.
Other than that, thank you, it looks good.
Hope this helps,
Rodrigo.7
Answers
The comparison looks great. I think you can add this community which is very helpful in "get help as you work" as this is a dedicated community that is quick in answering user questions and concerns.
Also, the "knowledge level needed". In my view python needs medium coding experience whereas RM needs a conceptual understanding of how things work as rest is drag and drop operators. This can also be stated as ease of use.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
(1) RapidMiner Server - relevant for "project sharing" (shared repositories) and collaboration (allows multiple users to work on the same project including access rights management etc.);
(2) Auto Model - relevant for "get help as you work", let's users quickly do some prototyping and allows model building even without process design (but full processes are created in the background)
Ingo