We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741dc42 commit 9e3289aCopy full SHA for 9e3289a
NEWS.md
@@ -1,6 +1,8 @@
1
# mlr3pipelines 0.7.0-9000
2
3
* New down-sampling PipeOps for inbalanced data: `PipeOpTomek` / `po("tomek")` and `PipeOpNearmiss` / `po("nearmiss")`
4
+* `GraphLearner` has new active bindings/methods as shortcuts for active bindings/methods of the underlying `Graph`:
5
+`$pipeops`, `$edges`, `$pipeops_param_set`, and `$pipeops_param_set_values` as well as `$ids()` and `$plot()`.
6
7
# mlr3pipelines 0.7.0
8
0 commit comments