mb706

Results 209 issues of mb706

Similar to `mlr`'s `listLearners`, one should be able to use `listCPO` to query for all `CPO`s with certain properties.

Core Development

Slice functions take the data as input and return the indices of affected columns as output. This enables user-defined slices and reduces cpo constructor parameter clutter. A simple constructor (`affect(type...

Core Development

Tests are not covering some parts of CPO. TODO list: - [ ] dataformat.factor.with.ordered should always influence how strictly data form is checked in retrafo - [ ] make sure...

Tests

This would make things nicer, but also a bit more complicated. Should probably be solved only after #9 and #15 are done.

Core Development

Imputation by Learner is a difficult beast, because it should be able to depend on more data than it imputes. E.g. it may use learners only fit to impute some...

CPO Operator Dev

Since CPORetrafo can also change target columns.

bug
Core Development

Since the prefix is also absent in CPOLearner inverter calls.

Core Development

* number of rows must equal input rows * column names for non-response must be fitting the latter is especially important for "prob" inversion.

Core Development