mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

Better warning if po(<id>) does not work, but ppl(<id>) exists

Open sebffischer opened this issue 2 years ago • 3 comments

Inspired by this SO post: https://stackoverflow.com/users/17945841/programming-noob

sebffischer avatar Mar 27 '23 14:03 sebffischer

Link is appears broken to me.

Since our dictionaries all inherit from the same base class, we could also think of having a central registry of all dictionaries in mlr3misc, where did_you_mean looks for similar names. So if someone wants a pipeop but uses lrn(), or wants a filter but uses po() etc., one would get a fitting hint.

mb706 avatar May 22 '23 03:05 mb706