Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DGoretzko committed Aug 5, 2024
1 parent e63de28 commit d769c14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lectures/L10/Lecture 10.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ xgboost <- lrn("classif.xgboost", predict_type = "prob")
Define hyperparameters that should be tuned and create modeling pipeline for learners whose hyperparameters need tuning:

```{r, eval=FALSE}
# Example indicating xgboost for which two hyperparameters are tuned:
# Example: xgboost for which two hyperparameters are tuned:
param_set_xgb <- ps(
nrounds = p_int(lower = 1, upper = 500),
eta = p_dbl(lower = 0.001, upper = 0.01))
Expand Down
20 changes: 10 additions & 10 deletions lectures/L10/Lecture-10.html

Large diffs are not rendered by default.

0 comments on commit d769c14

Please sign in to comment.