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
Brute Force / Stochastic
If I want to run many data scenarios through RapidMiner and collect the results at the end, is there a way to configure RapidMiner to run like a blackbox that can be called by an external program?
Alternatively, is there a way to do this within RapidMiner itself? In a simplistic example, lets say I have a population of 4 datapoints {1,2,3,4}. I only want to run 3 of these as 1 dataset through my model at a time. All in total, the 4 possible combinations give 4 datasets.
Alternatively, is there a way to do this within RapidMiner itself? In a simplistic example, lets say I have a population of 4 datapoints {1,2,3,4}. I only want to run 3 of these as 1 dataset through my model at a time. All in total, the 4 possible combinations give 4 datasets.
0
Answers
The answer to both your questions is yes.
You can run Rapid Miner via the command line.
But this is not recommended for beginners.
You can use Rapid Miner to brute force any permutation of datasets or input attributes.
This said, the examples you use are terribly confusing.
I'm having trouble relating them to any task that is useful in practice.
Take a look at the "loop" and "parameter" operators. Or maybe the "Optimize Selection (Brute Force)" operator.
Best regards,
Wessel