Sebastian Fischer
Sebastian Fischer
@cregouby Yeah, but it's still a (I think easy to fix bug). The problem is that `torch_scalar_tensor` calls `$squeeze()` internally, so the result is not a leaf tensor anymore.
We now have `Task$materialize_view()` which will help to implement this.
this does not allow for tuning i assume?
but we use the oob error tuning example in the book so we need to fix this
We can iterate the book chapter and check what's missing, add an FAQ entry and also add one or more gallery posts covering different use-cases.
Add entry to FAQ
```r library(mlr3pipelines) library(mlr3) l = as_learner(as_graph(po("learner", lrn("regr.rpart"))), id = "a") l$id #> "regr.rpart" ```