mlr3pipelines
mlr3pipelines copied to clipboard
Dataflow Programming for Machine Learning in R
https://stackoverflow.com/q/73789223/8167262 This is caused by https://github.com/mlr-org/mlr3pipelines/blob/ed878ca735dc23e1f48cf4f6339a01b82b74c94d/R/PipeOpImputeLearner.R#L164 I don't fully understand the comment however. Maybe this should be documented better.
Was/is the org-wide template so bad that it must be removed/overriden? Feedback is always welcome... The current one essentially does nothing (including not helping users how to submit a "good"...
e.g. `po("nop_1")` to create a `po("nop")` with ID `nop_1`.
e.g. postfix `_1` or something
e.g. how about `%>>|%`
```r p = po("encode") task_preproc = p$train(list(task))[[1]] ```
There are various implementations with [uwot](https://github.com/jlmelville/uwot) and [umap](https://github.com/tkonopka/umap) the most popular. uwot seems to be the more robust and popular implementation and also implemented in [tidymodels](https://embed.tidymodels.org/reference/step_umap.html) and also has a...