Set dinamically parameters in a Process configuration from console

damiano
damiano New Altair Community Member
edited November 5 in Community Q&A
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.
Tagged:

Answers

  • land
    land New Altair Community Member
    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,
      Sebastian
  • damiano
    damiano New Altair Community Member
    Thanks Sebastian,
    that should work. :)