Commit dc2de083 authored by Billy Lamberta's avatar Billy Lamberta
Browse files

Add note about ML fairness

parent e7a055d1
......@@ -5,6 +5,8 @@
"colab": {
"name": "basic-regression.ipynb",
"version": "0.3.2",
"views": {},
"default_view": {},
"provenance": [],
"private_outputs": true,
"collapsed_sections": [
......@@ -32,7 +34,12 @@
"metadata": {
"id": "AwOEIRJC6Une",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -55,7 +62,12 @@
"metadata": {
"id": "KyPEtTqk6VdG",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -126,7 +138,12 @@
"metadata": {
"id": "1rRo8oNqZ-Rj",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -156,7 +173,12 @@
"metadata": {
"id": "p9kxxgzvzlyz",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -188,7 +210,12 @@
"metadata": {
"id": "Ujqcgkipr65P",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -221,14 +248,21 @@
"12. 1000 * (Bk - 0.63) ** 2 where Bk is the proportion of Black people by town.\n",
"13. Percentage lower status of the population.\n",
"\n",
"Each one of these input data features is stored using a different scale. Some feature are represented by a proportion between 0 and 1, other features are ranges between 1 and 12, some are ranges between 0 and 100, and so on. This is often the case with real-world data, and understanding how to explore and clean such data is an important skill to develop."
"Each one of these input data features is stored using a different scale. Some feature are represented by a proportion between 0 and 1, other features are ranges between 1 and 12, some are ranges between 0 and 100, and so on. This is often the case with real-world data, and understanding how to explore and clean such data is an important skill to develop.\n",
"\n",
"Key Point: As a modeler and developer, think about how this data is used and the potential benefits and harm a model's predictions can cause. A model like this could reinforce societal biases and disparities. Is a feature relevant to the problem you want to solve or will it introduce bias? For more information, read about [ML fairness](https://developers.google.com/machine-learning/fairness-overview/)."
]
},
{
"metadata": {
"id": "8tYsm8Gs03J4",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -251,7 +285,12 @@
"metadata": {
"id": "pYVyGhdyCpIM",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -282,7 +321,12 @@
"metadata": {
"id": "I8NwI2ND2t4Y",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -307,7 +351,12 @@
"metadata": {
"id": "ze5WQP8R1TYg",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -349,7 +398,12 @@
"metadata": {
"id": "c26juK7ZG8j-",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -390,7 +444,12 @@
"metadata": {
"id": "sD7qHCmNIOY0",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -424,7 +483,12 @@
"metadata": {
"id": "B6XriGbVPh2t",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -463,7 +527,12 @@
"metadata": {
"id": "fdMZuhUgzMZ4",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -497,7 +566,12 @@
"metadata": {
"id": "jl_yNr5n1kms",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......@@ -524,7 +598,12 @@
"metadata": {
"id": "Xe7RXH3N3CWU",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
"cell_type": "code",
"source": [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment