diff --git a/index.Rmd b/index.Rmd index cccb685..b13dab1 100644 --- a/index.Rmd +++ b/index.Rmd @@ -471,8 +471,11 @@ This week's slides: - [Lecture Slides](lectures/L10/Lecture-10.html) ### Practical -This week's practical is on conducting ML benchmarks with `mlr3`. Code solutions are also given to you. Use these answers to help yourself when you're stuck. +This week's practical is about conducting ML benchmarks with `mlr3`. Code solutions are also given to you. Use these answers to help yourself when you're stuck. +- [Practical 8: ML Benchmark](practicals/10-benchmark/10_benchmark.html) +- [Practical 8: ML Benchmark answers](practicals/10-benchmark/10_benchmark_answers.html) +- [Data](practicals/10-benchmark/data.zip) Hand in [via blackboard](). @@ -482,13 +485,18 @@ Hand in [via blackboard](). ### Required reading -Study the following materials +Recap: [ISLR Chapters 4,5,8 and 9](https://www.statlearning.com) +### Useful links +The following links may be useful: +- [mlr3-book](https://mlr3book.mlr-org.com/) -### Useful links -The following links may be useful +especially: + +- [mlr3-book Chapter 3](https://mlr3book.mlr-org.com/chapters/chapter3/evaluation_and_benchmarking.html) +- [mlr3-book Chapter 4](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html) diff --git a/index.html b/index.html index 0dfb3f4..dbc5948 100644 --- a/index.html +++ b/index.html @@ -2766,9 +2766,17 @@

Lecture (Monday 9am -

Practical

-

This week’s practical is on conducting ML benchmarks with +

This week’s practical is about conducting ML benchmarks with mlr3. Code solutions are also given to you. Use these answers to help yourself when you’re stuck.

+

Hand in via blackboard.

@@ -2776,11 +2784,24 @@

Practical

Column 2

Required reading

-

Study the following materials

+

Recap: ISLR Chapters 4,5,8 and +9