mlr-org / mlr3pipelines

Dataflow Programming for Machine Learning in R
https://mlr3pipelines.mlr-org.com/
GNU Lesser General Public License v3.0
140 stars 25 forks source link

Add field label to PipeOp #650

Closed mllg closed 2 years ago

mllg commented 2 years ago

We use the label in as.data.table() methods and for the website, but having a label is good at many points.

mllg commented 2 years ago

Merged by @be-marc .

mb706 commented 2 years ago

So the label is usually the title of the corresponding man-page?

mllg commented 2 years ago

E.g., as.data.table() converters. Dictionaries will also support grepping on the label in the future.