mb706

Results 209 issues of mb706

```r rsmp("bootstrap", does_not_exist = 1) #> Error in x$public_methods : object of type 'closure' is not subsettable ``` instead it should say something like "Cannot set argument ... (not a...

I think many users will assume that the "default" values that are given for a `Learner` are relatively save values that lead to ok performance in many cases. However, the...

Scenario: I optimize dimensions (a, b, c) for N steps, then determine that the value for c should be c*, but I want to go on optimizing over (a, b)....

Priority: Low
Type: Enhancement

E.g. my optimization happens over a simplex. One possibility is to map from the hypercube to the simplex using a trafo, but that would mean the surrogate model fits the...

Priority: Medium
Type: Enhancement

There is no `leanify_package()` in https://github.com/mlr-org/mlr3hyperband/blob/main/R/zzz.R yet, is that on purpose?

- work in progress -

Would theoretically work (although not entirely correct) for learners where the `msr("selected_features")` works. Would be nice if the measure worked for all learners.

mice.mids now supports newdata, so could be a pipeop

Type: New PipeOp

Not sure where to put this issue, since it is documentation-related on the one hand but not part of the docs.openml.org page on the other. The json response to `/task/{id}`...

Both the untransformed as well as the transformed version of the result should be shown in the tuning instance printers.