Creation of subprocess at a later stage

MLAdvocateMLAdvocate Member Posts: 6 Contributor II
edited November 2019 in Help
I've a process that's growing to have many operations in it.  Is it possible to:

a) create a subprocess and move existing operations into it?

b) create another process file and move existing operations into it? And this gets called from another process file?

Thanks.

Best Answers

Answers

  • varunm1varunm1 Moderator, Member Posts: 1,207 Unicorn
    Hello @MLAdvocate

    create a subprocess and move existing operations into it?
    Yes, you can use a subprocess operator and move the operators inside it and then connect the input to subprocess.

    create another process file and move existing operations into it? And this gets called from another process file?

    Yes, there is a project' extension released by @mschmitz that is useful to streamline processes and project. You need to install "Project Extension" from the market place. The below link has explanation about projects extension

    https://community.rapidminer.com/discussion/55592/new-extension-projects

    Hope this helps. Please let us know if you need more information.
    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

  • MLAdvocateMLAdvocate Member Posts: 6 Contributor II
    Yes, you can use a subprocess operator and move the operators inside it and then connect the input to subprocess.

    How do you do this?  Coz I created a subprocess and tried to drag existing operations into it without success.


    Yes, there is a project' extension released by @mschmitz that is useful to streamline processes and project. You need to install "Project Extension" from the market place. The below link has explanation about projects extension

    https://community.rapidminer.com/discussion/55592/new-extension-projects

    Will check this out.


    Thanks.



  • MLAdvocateMLAdvocate Member Posts: 6 Contributor II
    Thanks
  • MLAdvocateMLAdvocate Member Posts: 6 Contributor II
    Thanks.  This works too.
Sign In or Register to comment.