mb706

Results 205 issues of mb706

The [makeClusterFunctions](https://mllg.github.io/batchtools/reference/makeClusterFunctions.html) documentation for the `store.jobs.collection` flag says > If set to `FALSE`, the `JobCollection` is serialized to the file system before submitting the job. But I assume exactly the...

Usually when I check a function, I don't want to know if it has a set of arguments exactly, but only if calling the function with a given number of...

Say I want to write my own "check..."-function that aggregates multiple conditions, e.g. ``` checkCharacter(x, names = "strict") ``` and ``` checkNames(x, type = "strict") ``` for a character vector...

when prepending a learner with some preprocessing we still might need to access the learner's $importance

Status: Needs Design
Tag: Graph Transparency

apparently some tmp files are created that cran is not happy about; currently we are just skipping the test, but if we explicitly clean this up it should work on...

seems to depend on https://github.com/mlr-org/mlr3/issues/470 which is closed now

Tag: Graph Transparency

demo function that shows what the effect of a pipeline is. E.g. ```r demo(po("impute"), tsk("iris")) ``` e.g. using `diffobj` for graphical examples.

Status: Needs Design