questions about rapidminer in general
Hello, everyone.
I have some questions about Rapidminer Studio and Rapidminer Server
Briefly,
1. Does Rapidminer Studio or Rapidminer Server support parallel computing?
2. Does Studio or Server support resource allocation (such as RAM)?
3. Can Studio or Server generate executables in MS Windows (.EXE) or in Linux?
4. Is Rapidminer a VPL (visual programming language)?
https://en.wikipedia.org/wiki/Visual_programming_language
Thank you in advance and have a nice day.
Best,
Best Answers
-
Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635Unicorn
1. Does Rapidminer Studio or Rapidminer Server support parallel computing? Yes, certain operators in certain packages of RapidMiner do support parallel computing.
2. Does Studio or Server support resource allocation (such as RAM)? Yes, if by resource allocation you mean the ability to specify the max RAM that RapidMiner will utilize.
3. Can Studio or Server generate executables in MS Windows (.EXE) or in Linux? Not really. You build processes that run inside the RapidMiner environment (either desktop Studio or Server).
4. Is Rapidminer a VPL (visual programming language)? This depends on your definition of VPL. RapidMiner has a completely visual process design editor and automatically generates the underlying xml. But these processes can only be executed within RapidMiner, not as standalone programs (related to your question #3 I think).
1 -
jwpfau Employee, MemberPosts:250RM EngineeringHi,
yes, i would recommend this academy video for understanding the queues and job agents concepts:
https://academy.www.turtlecreekpls.com/learn/video/scaling-ai-hub-execution
Greetings,
Jonas1
Answers
Dear Brian T.
Thank you for your kindess and explanation!
I have one further question.
Regarding the 2nd question, can RM server(AI Hub) allocate memories or CPU resources between several users?
Thank you.