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