mlr-org / mlr3tuning

Hyperparameter optimization package of the mlr3 ecosystem
https://mlr3tuning.mlr-org.com/
GNU Lesser General Public License v3.0
53 stars 5 forks source link

access option store_models and store_resample results should be better doced #264

Closed berndbischl closed 4 years ago

berndbischl commented 4 years ago

from the current docs it is not understandable how this works where do i set this? NB: the user does not create the ObjectiveFunction?

how do I access the results?

berndbischl commented 4 years ago

also try to make this visible in the cheatsheet

berndbischl commented 4 years ago

maybe we want to assert that this is not possible

instance: store_resample_results = FALSE, store_models = TRUE

be-marc commented 4 years ago

Docs and cheatsheet are updated and assertion is included