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
Show process components in Webpage UI
I am working on a web project (website) which integrates with RapidMiner. Is there a way to show the RapidMiner process visually with all operators on my webpage. Is it possible to do so either using Studio or Server?
Currently I only see ways to use XML and run it, but is there a way where XML can be converted to the process visually and I can display it on my webpage
Currently I only see ways to use XML and run it, but is there a way where XML can be converted to the process visually and I can display it on my webpage
Tagged:
0
Answers
Scott
Yes, I am using RapidMiner Studio to do this currently.
Also do you have any insights on how to do this manually for now? Did you mean parsing process xml in the code and somehow trigger rendering by implement my own logic instead of using RapidMiner. Trying to understand this more