Skip to content

Commit

Permalink
starting with practical 10
Browse files Browse the repository at this point in the history
  • Loading branch information
DGoretzko committed Aug 5, 2024
1 parent d769c14 commit b1dca2a
Show file tree
Hide file tree
Showing 5 changed files with 2,289 additions and 7 deletions.
16 changes: 12 additions & 4 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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]().

Expand All @@ -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)

<!-- # Practice Exam -->

Expand Down
27 changes: 24 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2766,21 +2766,42 @@ <h3>Lecture (Monday 9am - <a
</div>
<div id="practical-7" class="section level3">
<h3>Practical</h3>
<p>This week’s practical is on conducting ML benchmarks with
<p>This week’s practical is about conducting ML benchmarks with
<code>mlr3</code>. Code solutions are also given to you. Use these
answers to help yourself when you’re stuck.</p>
<ul>
<li><a href="practicals/10-benchmark/10_benchmark.html">Practical 8: ML
Benchmark</a></li>
<li><a
href="practicals/10-benchmark/10_benchmark_answers.html">Practical 8: ML
Benchmark answers</a></li>
<li><a href="practicals/10-benchmark/data.zip">Data</a></li>
</ul>
<p>Hand in <a href="">via blackboard</a>.</p>
</div>
</div>
<div id="column-2-9" class="section level2">
<h2>Column 2</h2>
<div id="required-reading-7" class="section level3">
<h3>Required reading</h3>
<p>Study the following materials</p>
<p>Recap: <a href="https://www.statlearning.com">ISLR Chapters 4,5,8 and
9</a></p>
</div>
<div id="useful-links-2" class="section level3">
<h3>Useful links</h3>
<p>The following links may be useful</p>
<p>The following links may be useful:</p>
<ul>
<li><a href="https://mlr3book.mlr-org.com/">mlr3-book</a></li>
</ul>
<p>especially:</p>
<ul>
<li><p><a
href="https://mlr3book.mlr-org.com/chapters/chapter3/evaluation_and_benchmarking.html">mlr3-book
Chapter 3</a></p></li>
<li><p><a
href="https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html">mlr3-book
Chapter 4</a></p></li>
</ul>
<!-- # Practice Exam -->
<!-- ## Column 1 -->
<!-- ### Practice Exam -->
Expand Down
Loading

0 comments on commit b1dca2a

Please sign in to comment.