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.
[SOLVED] Input Parameters Dialog Box
Hi,
Is there a way to cause a dialog box to pop up when a process is opened/started that allows you to enter a set of variables?
For example - there are 5 changing variables that I want to manually enter when I start a process
Cheers,
Rowan
Is there a way to cause a dialog box to pop up when a process is opened/started that allows you to enter a set of variables?
For example - there are 5 changing variables that I want to manually enter when I start a process
Cheers,
Rowan
0
Answers
Instead of defining macros with the Set Macro operator, you can define them in one single place, the so called process context. There should be the corresponding "Context" view in the RapidMiner design perspective.
Now by inspecting the process context, the user can easily see all configurable variables.
Best regards,
Marius
There's this old chestnut
rapidminernotes.blogspot.com/2011/01/groovy-script-prompts-for-user-input.html
But I prefer the context view as well.
regards
Andrew
awchisholm - pretty groovy script indeed. Thanks for that.