Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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