Skip to content

mlr3pipelines 0.7.1

Latest
Compare
Choose a tag to compare
@mb706 mb706 released this 15 Nov 10:34
· 120 commits to master since this release
1566ae6
  • Compatibility fix for upcoming mlr3
  • New down-sampling PipeOps for inbalanced data: PipeOpTomek / po("tomek") and PipeOpNearmiss / po("nearmiss")
  • New PipeOp PipeOpLearnerPICVPlus / po("learner_pi_cvplus")
  • New PipeOp for Quantile Regression PipeOpLearnerQuantiles / po(learner_quantiles)
  • GraphLearner has new active bindings/methods as shortcuts for active bindings/methods of the underlying Graph:
    $pipeops, $edges, $pipeops_param_set, and $pipeops_param_set_values as well as $ids() and $plot().