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
Giving parameters in RapidMiner Studio to RapidMiner Server
Hello
I am creating a web application with web services in RapidMiner Server. I have given some parameters previously defined in the rapidminer studio macro and it does not filter me as it should be, since in the results I get all 0.
I'm following the web services tutorial and I've put the parameters as it says.
I do not know how to do to take those parameters and filter me so I can get the results right.
Thank you
I am creating a web application with web services in RapidMiner Server. I have given some parameters previously defined in the rapidminer studio macro and it does not filter me as it should be, since in the results I get all 0.
I'm following the web services tutorial and I've put the parameters as it says.
I do not know how to do to take those parameters and filter me so I can get the results right.
Thank you
0
Best Answer
-
Edin_Klapic Employee-RapidMiner, RMResearcher, Member Posts: 299 RM Data ScientistHi @vsantosp,
In the Web service details you can click on "Test". Then you are forwarded to a page where you see and test the results of the webservice with different macros.
Also on the right you can see how the corresponding URL for this webservice would look like (e.g.http://localhost:8080/api/rest/process/myWebService?myMacro=abc).Make sure to encode special characters in the URL!Happy Mining,
Edin
5
Answers
can you tell us a bit more about the structure of your application?
Is the web app built on RM Server, too? Or is a separate web application using the services on RM Server?
You've created the macros in the process context? Are they called accordingly in the web service definition?
Regards,
Balázs