mlr-org / mlr3

mlr3: Machine Learning in R - next generation
https://mlr3.mlr-org.com
GNU Lesser General Public License v3.0
927 stars 86 forks source link

Autocompletion for parameter values #917

Closed sebffischer closed 1 week ago

sebffischer commented 1 year ago

One thing that is hugely annoying I think is that we do not have autocompletion for the names of parameters. Maybe we can somehow add a method to a learner so that not only the autocompletion in the R console, but even the LSP server knows which parameter values can be set?

mllg commented 1 week ago

Sorry, won't work.