Skip to content

Commit

Permalink
Merge pull request #317 from slds-lmu/swap-gp
Browse files Browse the repository at this point in the history
fix numbering
  • Loading branch information
chriskolb authored Oct 18, 2024
2 parents 6a78473 + 0f2dc49 commit 244e440
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/chapters/20_imbalanced_learning/20-03-cs-1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Chapter 21.03: Cost-Sensitive Learning 1"
weight: 21003
title: "Chapter 20.03: Cost-Sensitive Learning 1"
weight: 20003
---
We introduce the concept of a Cost Matrix, the Minimum expected cost priciple and the optimal theoretical threshold.
<!--more-->
Expand Down
4 changes: 2 additions & 2 deletions content/chapters/20_imbalanced_learning/20-04-cs-2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Chapter 21.04: Cost-Sensitive Learning 2"
weight: 21004
title: "Chapter 20.04: Cost-Sensitive Learning 2"
weight: 20004
---
In this section we focus on empirical thresholding and model-agnostic Meta Costs.
<!--more-->
Expand Down
4 changes: 2 additions & 2 deletions content/chapters/20_imbalanced_learning/20-09-smpl-2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Chapter 21.09: Sampling Methods 2"
weight: 21009
title: "Chapter 20.09: Sampling Methods 2"
weight: 20009
---
We introduce the state-of-art oversampling technique SMOTE.
<!--more-->
Expand Down
15 changes: 15 additions & 0 deletions content/chapters/20_imbalanced_learning/21-03-cs-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Chapter 20.03: Cost-Sensitive Learning 1"
weight: 20003
---
We introduce the concept of a Cost Matrix, the Minimum expected cost priciple and the optimal theoretical threshold.
<!--more-->

### Lecture video

{{< video id="Yc1uWlRLdPU" >}}

### Lecture slides

{{< pdfjs file="https://github.com/slds-lmu/lecture_advml/blob/main/slides-pdf/slides-imbalanced-learning-cost-sensitive-learning-1.pdf" >}}

15 changes: 15 additions & 0 deletions content/chapters/20_imbalanced_learning/21-04-cs-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Chapter 20.04: Cost-Sensitive Learning 2"
weight: 20004
---
In this section we focus on empirical thresholding and model-agnostic Meta Costs.
<!--more-->

### Lecture video

{{< video id="aPYUKBaSLOo" >}}

### Lecture slides

{{< pdfjs file="https://github.com/slds-lmu/lecture_advml/blob/main/slides-pdf/slides-imbalanced-learning-cost-sensitive-learning-2.pdf" >}}

0 comments on commit 244e440

Please sign in to comment.