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
Set dinamically parameters in a Process configuration from console
Hi,
I'm executing a Process passing its configuration file as a parameter of the script script[tt] rapidminer/scripts/rapidminer[/tt].
I would like to set a parameter (i.e. ExampleSource.attributes) dinamically when I execute the process. It is any way to do this? For example, passing the parameter value as parameter:
[tt]"rapidminer my_process_config_file.proc ExampleSource.attributes=data/my_attributes_file.aml" [/tt]
I saw that I can define different Parameter set files (one for each execution), but the problem is analogous. How can I specify the [tt]ParameterSetLoader.parameter_file [/tt] atribute dinamically?
Thanks in advance.
Sincerely,
Damiano.
I'm executing a Process passing its configuration file as a parameter of the script script[tt] rapidminer/scripts/rapidminer[/tt].
I would like to set a parameter (i.e. ExampleSource.attributes) dinamically when I execute the process. It is any way to do this? For example, passing the parameter value as parameter:
[tt]"rapidminer my_process_config_file.proc ExampleSource.attributes=data/my_attributes_file.aml" [/tt]
I saw that I can define different Parameter set files (one for each execution), but the problem is analogous. How can I specify the [tt]ParameterSetLoader.parameter_file [/tt] atribute dinamically?
Thanks in advance.
Sincerely,
Damiano.
0
Answers
this is currently not supported. But you might reference a ParameterSet file located relatively to the process file and then rewrite this file every time.
Greetings,
 Sebastian
that should work.