Skip to content

Commit 0e109eb

Browse files
Responsible ML InfraResponsible ML Infra Team
Responsible ML Infra
authored and
Responsible ML Infra Team
committed
Clean up pip install commands in example colab
PiperOrigin-RevId: 449235076
1 parent 8b3c7cb commit 0e109eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

g3doc/tutorials/Facessd_Fairness_Indicators_Example_Colab.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@
106106
},
107107
"outputs": [],
108108
"source": [
109-
"!pip install -q -U pip==20.2\n",
110-
"!pip install fairness-indicators"
109+
"!pip install apache_beam\n",
110+
"!pip install fairness-indicators\n",
111+
"!pip install witwidget\n"
111112
]
112113
},
113114
{
@@ -327,7 +328,7 @@
327328
" filtered_data = (\n",
328329
" data\n",
329330
" | 'Filter Missing Gender' \u003e\u003e beam.ParDo(filter_missing_gender))\n",
330-
" \n",
331+
"\n",
331332
" # Count after filtering \"Gender:MISSING\".\n",
332333
" filtered_data_count = (\n",
333334
" filtered_data | 'Count number of examples after filtering'\n",

0 commit comments

Comments
 (0)