Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +1 -1
my_pages/txt_pages.py
CHANGED
|
@@ -72,7 +72,7 @@ def render():
|
|
| 72 |
add_navigation("ica", "multiverse")
|
| 73 |
|
| 74 |
paragraphs = [
|
| 75 |
-
("Intentional decisions have risk of <b><i>hacking</b></i>, i.e., finding a really model just for the given data. "
|
| 76 |
"Hacking can create regulatory-washing, creating problems in governing these systems.", 0),
|
| 77 |
("Conventional decisions can lead to <b><i>homogenization</b></i>, as different models start to converge to similar behaviour. "
|
| 78 |
"Homogenization create concerns of systemic bias and reduced diversity.", 5),
|
|
|
|
| 72 |
add_navigation("ica", "multiverse")
|
| 73 |
|
| 74 |
paragraphs = [
|
| 75 |
+
("Intentional decisions have risk of <b><i>hacking</b></i>, i.e., finding a really good model just for the given data. "
|
| 76 |
"Hacking can create regulatory-washing, creating problems in governing these systems.", 0),
|
| 77 |
("Conventional decisions can lead to <b><i>homogenization</b></i>, as different models start to converge to similar behaviour. "
|
| 78 |
"Homogenization create concerns of systemic bias and reduced diversity.", 5),
|