File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ To illustrate the parameter tuning, we work with the following example.
197
197
print (dml_plr_obj)
198
198
199
199
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.
201
201
The default option is still the RMSE for evaluation.
202
202
203
203
.. tabbed :: Python
@@ -207,7 +207,7 @@ The default option is still the RMSE for evaluation.
207
207
print (dml_plr_obj.rmses)
208
208
print (dml_plr_obj.evaluate_learners())
209
209
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
211
211
the metric can handle ``nan `` values as not all target values are known.
212
212
213
213
.. tabbed :: Python
You can’t perform that action at this time.
0 commit comments