Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions classwork/advanced-02-classwork.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ parallel::stopCluster(cl)

Try early stopping: Set `trees = 2000` and tune the `stop_iter` parameter!

Note that you will need to regenerate `lgbm_param` with your new workflow!

```{r}
# Your code here!

Expand Down
1 change: 1 addition & 0 deletions slides/advanced-02-tuning-hyperparameters.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ Early stopping has a potential to decrease the tuning time.

*Set `trees = 2000` and tune the `stop_iter` parameter.*

Note that you will need to regenerate `lgbm_param` with your new workflow!

```{r}
#| label: lgbm-stop
Expand Down