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.

Brute Force / Stochastic

cyckuancyckuan Member Posts: 9 Contributor II
edited November 2018 in Help
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.



Answers

  • wesselwessel Member Posts: 537 Maven
    Hey,

    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
Sign In or Register to comment.