Skip to content
New issue

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

task should allow for simple user defined characteristics #1168

Open
berndbischl opened this issue Sep 5, 2024 · 0 comments
Open

task should allow for simple user defined characteristics #1168

berndbischl opened this issue Sep 5, 2024 · 0 comments

Comments

@berndbischl
Copy link
Sponsor Member

assume you run a simulation study.
then often you create tasks with different properties.

either we can allow to add these properties to a benchmark_grid, and preserve them in the result.
(currently this results in a weird error message which could also be improved)
a better option would be to allow something like this

task$characteristics = list(n = 5, p = 7), or task$settings
then we can easily later "unfold" this into the table of the BMR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant