Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +3 -3
my_pages/txt_pages.py
CHANGED
|
@@ -21,9 +21,9 @@ def render():
|
|
| 21 |
|
| 22 |
paragraphs = [
|
| 23 |
("The missing information leaves room for multiple possible ways to fill the gap.", 0),
|
| 24 |
-
("
|
| 25 |
-
"with no evidence to elevate one over another
|
| 26 |
-
"is known as the <b><i>Rashomon effect
|
| 27 |
"1950 masterpiece 'Rashomon'... any movie buffs here?)", 3),
|
| 28 |
("As these models represent different interpretations of data, they might disagree with each other, "
|
| 29 |
"and produce varying predictions for the same input, known as <b><i>predictive multiplicity.</i></b>", 9),
|
|
|
|
| 21 |
|
| 22 |
paragraphs = [
|
| 23 |
("The missing information leaves room for multiple possible ways to fill the gap.", 0),
|
| 24 |
+
("Multiple equally correct interpretations of data (i.e., AI models), "
|
| 25 |
+
"with no evidence to elevate one over another, "
|
| 26 |
+
"is known as the <b><i>Rashomon effect</i></b> (Named after Kurosawa's "
|
| 27 |
"1950 masterpiece 'Rashomon'... any movie buffs here?)", 3),
|
| 28 |
("As these models represent different interpretations of data, they might disagree with each other, "
|
| 29 |
"and produce varying predictions for the same input, known as <b><i>predictive multiplicity.</i></b>", 9),
|