Set dinamically parameters in a Process configuration from console
damiano
New Altair Community Member
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.
Tagged:
0
Answers
-
Hi,
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,
Sebastian0 -
Thanks Sebastian,
that should work.0