prakharg24 commited on
Commit
297f377
·
verified ·
1 Parent(s): 1e2444e

Update my_pages/txt_pages.py

Browse files
Files changed (1) hide show
  1. 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
- ("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),
 
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),