Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 5a42833

Browse files
committed
added ethical aspects and update plan to index template
1 parent 844828f commit 5a42833

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

notebook_templates/_index.ipynb

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,32 @@
6666
"Describe how to use your code. Give code examples."
6767
]
6868
},
69+
{
70+
"cell_type": "markdown",
71+
"metadata": {},
72+
"source": [
73+
"## Update Plan\r\n",
74+
"\r\n",
75+
"How is your model and data kept up to date?"
76+
]
77+
},
78+
{
79+
"cell_type": "markdown",
80+
"metadata": {},
81+
"source": [
82+
"## Ethical Aspects\r\n",
83+
"\r\n",
84+
"Can you recognize ethical issues with your ML project?\r\n",
85+
"\r\n",
86+
"Is there a risk for bias, discrimination, violation of privacy or conflict with the local or global laws?\r\n",
87+
"\r\n",
88+
"Could your results or algorithms be misused for malicious acts?\r\n",
89+
"\r\n",
90+
"Can data or model updates include bias in your model? \r\n",
91+
"\r\n",
92+
"How have you tackled these issues in your implementation?"
93+
]
94+
},
6995
{
7096
"cell_type": "markdown",
7197
"metadata": {},

0 commit comments

Comments
 (0)