"how to call a rapidminer process in `execute R`?"

jujujuju Member Posts: 39 Guru
edited June 2019 in Help

Hi, I want to mudulize my code.

I figure it's nice to use R code as a wrapper, and call different RM processes.

Since R is more flexible and better with logics, it's easier to parse inputs and organize outputs with R.

 

Is it possible to call RM process in `execute R`?

 

Thanks-

Tagged:

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist

    Dear Juju,

     

    this is not easily possible. What you can do is call rapidminer using the command line interface. with

     

    rapidminer -f my_process.xml

     

    you can excecute processes via cmd.

     

    ~Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • jujujuju Member Posts: 39 Guru

    thank you Martin!

     

    I read this post: http://community.rapidminer.com/t5/RapidMiner-Studio/Newbie-Starting-RapidMiner-from-Command-Line/td-p/200


    How do I pass input and output when calling the process from command line?

     

    Let me know please - let me know if there's another doc about thist topic.

Sign In or Register to comment.