Skip to content

Commit a5a4e47

Browse files
committed
fix typos
1 parent bdff295 commit a5a4e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guide/learners.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ To illustrate the parameter tuning, we work with the following example.
197197
print(dml_plr_obj)
198198
199199
The RMSEs of each learner are also stored in the ``rmses`` attribute.
200-
Further, the ``evaluate_learners()`` method is allows to evalute customized evaluation metrics as e.g. the mean absolute error.
200+
Further, the ``evaluate_learners()`` method allows to evalute customized evaluation metrics as e.g. the mean absolute error.
201201
The default option is still the RMSE for evaluation.
202202

203203
.. tabbed:: Python
@@ -207,7 +207,7 @@ The default option is still the RMSE for evaluation.
207207
print(dml_plr_obj.rmses)
208208
print(dml_plr_obj.evaluate_learners())
209209
210-
To evaluate a customized metric one hass to define a ``callable``. For some models (e.g. the IRM model) it is important that
210+
To evaluate a customized metric one has to define a ``callable``. For some models (e.g. the IRM model) it is important that
211211
the metric can handle ``nan`` values as not all target values are known.
212212

213213
.. tabbed:: Python

0 commit comments

Comments
 (0)