Set dinamically parameters in a Process configuration from console

damianodamiano Member Posts: 4 Contributor I
edited November 2018 in Help
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.

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    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
  • damianodamiano Member Posts: 4 Contributor I
    Thanks Sebastian,
    that should work. :)
Sign In or Register to comment.