mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

Timelimit for ensembles

Open mb706 opened this issue 10 months ago • 0 comments

  • input pipeop that starts timing but does nothing
  • wrapper learners that are connected to that by-reference
  • somehow use timeout by encapsulatoin? or at least refuse to start learning once timelimit is reached
  • then, idk, train fallback learner maybe? or return some kind of NULL result
  • may need a kind of error object in the graph that gets forwarded and collected, maybe similar to NOPs

mb706 avatar Dec 10 '24 12:12 mb706