Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +1 -1
my_pages/txt_pages.py
CHANGED
|
@@ -24,7 +24,7 @@ def render():
|
|
| 24 |
("The existence of multiple equally correct interpretations of data (i.e., AI models), "
|
| 25 |
"with no evidence to elevate one over another due to lack of information, "
|
| 26 |
"is known as the <b><i>Rashomon effect.</i></b> (Based on Kurosawa's"
|
| 27 |
-
"1950 masterpiece 'Rashomon'... any movie buffs?)", 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),
|
| 30 |
("<br><br>Click 'Next' to observe the Rashomon effect and predictive multiplicity on an actual dataset.", 13)
|
|
|
|
| 24 |
("The existence of multiple equally correct interpretations of data (i.e., AI models), "
|
| 25 |
"with no evidence to elevate one over another due to lack of information, "
|
| 26 |
"is known as the <b><i>Rashomon effect.</i></b> (Based on 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),
|
| 30 |
("<br><br>Click 'Next' to observe the Rashomon effect and predictive multiplicity on an actual dataset.", 13)
|