@@ -355,10 +355,10 @@ The entries in the list specify options during parameter tuning with `mlr3tuning
355
355
356
356
* ``algorithm `` sets the tuning algorithm, i.e., an argument used to initiate the
357
357
`Tuner class <https://mlr3book.mlr-org.com/tuning.html#the-tuner-class >`_. ``algorithm `` is a ``character() `` that
358
- is used as an argument in the wrapper `mlr3tuning <https://mlr3tuning.mlr-org.com/ >`_ call ``tnr(algorithm) ``.
359
- ``resolution `` sets the number of grid points.
360
- `The Tuner class in mlr3tuning <https://mlr3book.mlr-org.com/tuning.html#the-tuner-class >`_ supports grid search,
361
- random search, generalized simulated annealing and non-linear optimization.
358
+ is used as an argument in the wrapper `mlr3tuning <https://mlr3tuning.mlr-org.com/ >`_ call ``tnr(algorithm) ``.
359
+ ``resolution `` sets the number of grid points.
360
+ `The Tuner class in mlr3tuning <https://mlr3book.mlr-org.com/tuning.html#the-tuner-class >`_ supports grid search,
361
+ random search, generalized simulated annealing and non-linear optimization.
362
362
* ``rsmp_tune `` specifies the resampling method for evaluation, for example :math: `k`-fold cross-validation (``cv ``)
363
363
with :math: `k=` ``n_folds_tune `` or evaluation on a hold-out sample ``holdout ``. Directly passing of a
364
364
`mlr3 resampling object <https://mlr3.mlr-org.com/reference/Resampling.html >`_ is supported,
@@ -417,7 +417,7 @@ for tuning, each of the two folds would be split up into 5 subfolds and the erro
417
417
418
418
419
419
Hyperparameter tuning can also be done with more sophisticated methods, for example by using built-in tuning
420
- paths of learners. For example, the learner `regr.cv_glmnet< https://mlr3learners.mlr-org.com/reference/mlr_learners_regr.cv_glmnet.html `_
420
+ paths of learners. For example, the learner `regr.cv_glmnet < https://mlr3learners.mlr-org.com/reference/mlr_learners_regr.cv_glmnet.html > `_
421
421
performs an internal cross-validated choice of the parameter ``lambda ``.
422
422
Alternatively, the powerful functionalities of the `mlr3tuning <https://mlr3tuning.mlr-org.com/ >`_ package can be used for
423
423
external parameter tuning of the nuisance parts. The optimally chosen parameters can then be passed to the
0 commit comments