-
Notifications
You must be signed in to change notification settings - Fork 430
/
02-ethics.qmd
124 lines (92 loc) · 2.7 KB
/
02-ethics.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
title: "Data science ethics"
---
This unit touches on data science ethics, specifically on issues of misrepresentation of data and results, data privacy, and algorithmic bias.
Course lectures are supplemented with "guest lectures" from domain experts.
## Slides, videos, and application exercises
::: slide-deck
**Unit 3 - Deck 1: Misrepresentation**
::: slides
[Slides](https://datasciencebox.org/course-materials/_slides/u3-d01-misrepresentation/u3-d01-misrepresentation.html#1)
:::
::: source
[Source](https://github.com/rstudio-education/datascience-box/tree/main/course-materials/_slides/u3-d01-misrepresentation)
:::
::: video
[Video](https://youtu.be/C_-rTKfswUI)
:::
:::
::: guest-lecture
**Alberto Cairo - How charts lie**
::: video
[Video](https://youtu.be/Low28hx4wyk)
:::
:::
::: slide-deck
**Unit 3 - Deck 2: Data privacy**
::: slides
[Slides](https://datasciencebox.org/course-materials/_slides/u3-d02-privacy/u3-d02-privacy.html#1)
:::
::: source
[Source](https://github.com/rstudio-education/datascience-box/tree/main/course-materials/_slides/u3-d02-privacy)
:::
::: video
[Video](https://youtu.be/c4fvdoNbcSw)
:::
:::
::: guest-lecture
**The Guardian - Cambridge Analytica whistleblower**
::: video
[Video](https://youtu.be/FXdYSQ6nu-M)
:::
:::
::: slide-deck
**Unit 3 - Deck 3: Algorithmic bias**
::: slides
[Slides](https://datasciencebox.org/course-materials/_slides/u3-d03-algorithmic-bias/u3-d03-algorithmic-bias.html#1)
:::
::: source
[Source](https://github.com/rstudio-education/datascience-box/tree/main/course-materials/_slides/u3-d03-algorithmic-bias)
:::
::: video
[Video](https://youtu.be/E2eD72pwtps)
:::
:::
::: guest-lecture
**Joy Buolamwini - How I'm fighting bias in algorithms**
::: video
[Video](https://youtu.be/UG_X_7g63rY)
:::
:::
::: guest-lecture
**Cathy O'Neil - Weapons of Math Destruction**
::: video
[Video](https://youtu.be/TQHs8SA1qpk)
:::
:::
::: guest-lecture
**Safiya Umoja Noble - Imagining a Future Free from the Algorithms of Oppression**
::: video
[Video](https://youtu.be/tNi_U1Bb1S0)
:::
:::
::: guest-lecture
**Kristian Lum - What's An Algorithm Got To Do With It**
::: video
[Video](https://youtu.be/5zxDwA99soA)
:::
:::
## Labs
::: lab
**Lab 9: Conveying the right message through visualisation**
Improving data visualisations to better convey the right message
::: instructions
[Instructions](https://datasciencebox.org/course-materials/lab-instructions/lab-09/lab-09-better-viz.html)
:::
::: source
[Source](https://github.com/rstudio-education/datascience-box/tree/master/course-materials/lab-instructions/lab-09)
:::
::: starter
[Starter](https://github.com/rstudio-education/datascience-box/tree/master/course-materials/starters/lab/lab-09-better-viz)
:::
:::