mlr-org / paradox

ParamHelpers Next Generation
https://paradox.mlr-org.com
GNU Lesser General Public License v3.0
28 stars 7 forks source link

Feature request: ps_from_df #385

Open pfistfl opened 1 year ago

pfistfl commented 1 year ago

I think a nifty feature would be creating a ParamSet (or better, the code to create it) from a data.frame / data.table. This might go a long way, e.g. for human-in-the-loop BO etc.

Proposed functionality: input: data.frame output: str, a copy-pasteable string that creates the ParamSet, preferably using shorthand notation.