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.
deploy model to get results row by row for streaming input
Subhojyoti
Member Posts: 3 Learner I
in Help
I want to iterate over a sample of test records and generate the predictions row by row instead of all at the same time. This is to replicate predictive maintenance behavior where data may come after every 5 seconds from sensors and we have to predict one row at a time. Process is created with RM Studio 10.1 and api created with AI Hub 10.x
<?xml version="1.0" encoding="UTF-8"?>
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data ScientistHi,you would expose the process as a WS and then call it row by row from the outside.Cheers,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers