Options

Terminate operator

kifrolzkifrolz Member Posts: 4 Contributor I
edited November 2018 in Help
Hi folks

is there a possibility in rapidminer to automatically terminate the computations of a certain operator/process in case of exceeding a given time limit?

Answers

  • Options
    IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Hi,

    only some of the iterating operators (loops) support a timeout like that, for example the operator "RepeatUntilOperatorChain". Another very simple solution (which would also only work inside of loops / at certain places of a process) would be to add a new TimeoutOperator which asks its parent process for the process start time and decides id the process should be stopped.

    Cheers,
    Ingo
  • Options
    sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager

    Hi...this is an old thread but I was wondering if anyone has any new insight on this.  Thanks.


    Scott

Sign In or Register to comment.