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
Using RapidMiner for RealTime Classification?
Ghostrider
Member Posts: 60 Contributor II
Say I have some process setup and it's working like I want it to on my test data. Now I want to classify new data. But not only that, I would like to do it in real-time within RapidMiner. Is this possible to do? I envision that whenever an example set is updated with new examples, it would run the algos only on the new data and update the output resultSet accordingly.
Tagged:
0
Answers
using RapidMiner alone this is probably not possible. The reason is not that you cannot update your predictions which is certainly possible. However, I don't see how you would trigger the event of new examples arriving. Where are they coming from? I think the best way would be to design some service-like thing, e.g. deploying your process in RapidAnalytics and classifying examples using the service.
Best,
Simon