Skip to content

Commit 618183c

Browse files
committed
Merge branch 'master' of github.com:DoubleML/doubleml-for-py into 0.0.X
2 parents 95773b3 + 87f0140 commit 618183c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/guide/learners.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,10 @@ The entries in the list specify options during parameter tuning with `mlr3tuning
355355

356356
* ``algorithm`` sets the tuning algorithm, i.e., an argument used to initiate the
357357
`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.
362362
* ``rsmp_tune`` specifies the resampling method for evaluation, for example :math:`k`-fold cross-validation (``cv``)
363363
with :math:`k=` ``n_folds_tune`` or evaluation on a hold-out sample ``holdout``. Directly passing of a
364364
`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
417417

418418

419419
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>`_
421421
performs an internal cross-validated choice of the parameter ``lambda``.
422422
Alternatively, the powerful functionalities of the `mlr3tuning <https://mlr3tuning.mlr-org.com/>`_ package can be used for
423423
external parameter tuning of the nuisance parts. The optimally chosen parameters can then be passed to the

doc/intro/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ There are three different ways to install the python package :ref:`DoubleML <dou
2020
.. warning::
2121
We plan to push a first release of the :ref:`DoubleML <doubleml_package>` package to pip and conda very soon.
2222
Until then the installation of a released version is only possible from .whl files available on
23-
`GitHub Releases <https://github.com/DoubleML/doubleml-for-py/releases>`_.
23+
`GitHub releases <https://github.com/DoubleML/doubleml-for-py/releases>`_.
2424
The developing version can be installed with the source code which is also available on
25-
`GitHub Source <https://github.com/DoubleML/doubleml-for-py>`_.
25+
`GitHub Python source code <https://github.com/DoubleML/doubleml-for-py>`_.
2626

2727
Python: Installing the latest release from pip or conda
2828
-------------------------------------------------------
@@ -368,7 +368,7 @@ R: Installing the latest release from CRAN
368368
.. warning::
369369
We plan to push a first release of the :ref:`DoubleML <doubleml_package>` package to CRAN very soon.
370370
The developing version can be installed with the source code which is also available on
371-
`GitHub Source <https://github.com/DoubleML/doubleml-for-r>`_.
371+
`GitHub R source code <https://github.com/DoubleML/doubleml-for-r>`_.
372372

373373

374374
.. code-block:: R

0 commit comments

Comments
 (0)