mb706

Results 205 issues of mb706

Another solution for https://github.com/mlr-org/mlr3pipelines/issues/564 . May influence efficiency. Should only be used when imputation-methods are feature-independent, however.

Status: Needs Design

somehow automatically recognize when a column is close to collinear with another column and drop it; could be useful for linear models

Type: New PipeOp

e.g. check whether training failed for anything that is connected.

Tag: Graph Transparency

* empty multiplicities without nesting should now work, but need testing * nested empty multiplicities probably need to keep track of "hidden" nesting depth, e.g. with an attribute.

Priority: Low
Type: Bug
Status: Needs Tests

input: table with id column (not row id), time column t, feature columns f_i with entries f_i,id,t, and target value t_id,t. The PipeOp generates for each id,t (for which it...

Type: New PipeOp

mlr3 doesn't give us an error any more here: https://github.com/mlr-org/mlr3pipelines/blob/6bfe8a8a30767f72395720ef531f8a505e65a903/tests/testthat/test_pipeop_featureunion.R#L105 Need to investigate if this is a problem.

Tag: POFU

We should try to reduce CRAN tests to those that interact with non-mlr3-ecosystem packages (so their maintainers have to give us prior notice about breaking mlr3pipelines). mlr3-internal things are checked...

We want to be able to execute Graphs inside recipes workflows (or whatever they are called) for interoperability with tidymodels.

... once we have competent checking of backend equality.

Status: Blocked
Tag: POFU

PipeOpFeatureUnion currently uses `Task$data()` to get the data to cbind. We can save some space and performance if we just cbind the `DataBackend` directly. Difficulty: The `DataBackend`s do not contain...

Priority: Low
Tag: POFU