mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

Dataflow Programming for Machine Learning in R

Results 203 mlr3pipelines issues
Sort by recently updated
recently updated
newest added

E.g. supersampling, smote etc. -- currently the best we do is throw an error? The more widely used things like weights should probably be supported.

Status: Needs Discussion

@berndbischl

Status: In Progress
Type: New PipeOp

Implement a `PipeOp` quantile prediction for learners that can only predict one quantile like gbm https://github.com/mlr-org/mlr3extralearners/blob/0297a064dda0424305a21f4b02cc27b47438f354/R/learner_gbm_regr_gbm.R#L105-L107. The pipop should train model for each requested quantile in `$train()` and then combine...

Type: New PipeOp

```r 84/113 [05-pipelines-branch-03-prep] 85/113 86/113 [05-pipelines-branch-03] Error: ! Cannot infer active output of PipeOpBranch brnchPO with non-string 'selection'. ```

closes https://github.com/mlr-org/mlr3pipelines/issues/894

we should check, maybe build a test case. also: give useful error message when POs can handle only classif & regr but nothing else

Status: Contrib (prepared)

Probably less error prone than smotefamily, see #885

Status: Contrib (unprepared)

```r preproc(iris, po("smote")) ``` should make it obvious what the problem was: input to graph incompatible.

Status: Contrib (prepared)

Autotest that setting paramset to `$default` does not change its behaviour.

Priority: Low
Status: Contrib (unprepared)

It does not, because it does not inherit from PipeOpTaskPreproc

Status: Contrib (unprepared)