Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Nov 4, 2024
1 parent fa9b089 commit 01f5f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/chapters/chapter15/predsets_valid_inttune.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ ggplot(data, aes(x = iter, y = test_logloss)) +
geom_point(data = data.table(x = lrn_xgb$internal_tuned_values$nrounds,
y = lrn_xgb$internal_valid_scores$logloss), aes(x = x, y = y, color = "red")) +
labs(
x = "Iteration", y = "Validation Logloss"
x = "Iteration", y = "Validation Logloss",
color = NULL
)
```

Expand Down

0 comments on commit 01f5f42

Please sign in to comment.