Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix numbering #317

Merged
merged 1 commit into from
Oct 18, 2024
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
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" >}}

Loading