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

"performance questions"

jlbjlb Member Posts: 1 Learner III
edited May 2019 in Help
Hello. My question involves the speed at which RapidMiner scores(classifies) new examples. Please allow me to provide a bit of context. I have a collection of previously trained and tested classifiers(mostly decision trees and Bayes nets) persisted in a database. As I receive new, unclassified examples, the following process executes.

1) retrieve from the database the appropriate classifier for the incoming example
2) spawn a new command line
3) call RapidMiner from the command line, passing the appropriate process configuration xml, the classifier,  and the example
4) collect the results of the classification

On average, the entire process takes approximately 5 seconds to complete for each new incoming example. As I would like to process the incoming examples as quickly as possible, how might I alter the current scheme to achieve faster performance? Thanks for considering my question.
Tagged:

Answers

Sign In or Register to comment.