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

deploy model to get results row by row for streaming input

SubhojyotiSubhojyoti Member Posts: 3 Learner I
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"?> age 25 education 10th gender Male hours-per-week 40 marital-status Never-married occupation Farming-fishing relationship Not-in-family workclass Private

Best Answer

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Solution Accepted
    Hi,
    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, Germany

Answers

  • SubhojyotiSubhojyoti Member Posts: 3 Learner I
    <?xml version="1.0" encoding="UTF-8"?> age 25 education 10th gender Male hours-per-week 40 marital-status Never-married occupation Farming-fishing relationship Not-in-family workclass Private
Sign In or Register to comment.