We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For parameter sets with functional parameters the parameter table contains the function source code as can be seen in the example below
library(mlr3extralearners) learner = lrn("classif.C50") learner$help()
Created on 2021-11-17 by the reprex package (v2.0.1)
In this case it is not a big issue because the function is rather short but in general it might lead to issues.
The text was updated successfully, but these errors were encountered:
Related issue: yihui/knitr#2075
Sorry, something went wrong.
Decision: Use substitute in p_uty to construct attribute repr that is then called by rd_info.ParamSet
p_uty
repr
rd_info.ParamSet
No branches or pull requests
For parameter sets with functional parameters the parameter table contains the function source code as can be seen in the example below
Created on 2021-11-17 by the reprex package (v2.0.1)
In this case it is not a big issue because the function is rather short but in general it might lead to issues.
The text was updated successfully, but these errors were encountered: