Skip to content

Commit

Permalink
Add slides on feedback loops
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Aug 20, 2023
1 parent e301ecf commit 5fd4f55
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions slides/04-monitor.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,41 @@ tktk

tktk

## Feedback loops
# Feedback loops 🔁

Deployment of an ML model may *alter* the training data

. . .

- Movie recommendation systems on Netflix, Disney+, Hulu, etc
- Identifying fraudulent credit card transactions at Stripe
- Recidivism models

##

::: r-fit-text
Feedback loops can have **unexpected consequences**
:::

## Feedback loops 🔁

- Users take some action as a result of a prediction
- Users rate or correct the quality of a prediction
- Produce annotations (crowdsource or expert)
- Produce feedback automatically

## Your turn 🏺 {transition="slide-in"}

*What is a possible feedback loop for the Chicago inspections data?*

*Do you think your example would be harmful or helpful?*

```{r}
#| echo: false
library(countdown)
countdown(minutes = 5)
```

tktk

## Connect model metrics to business outcomes

Expand Down

0 comments on commit 5fd4f55

Please sign in to comment.