Skip to content

Commit

Permalink
Clean up pip install commands in example colab
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 449235076
  • Loading branch information
Responsible ML Infra authored and Responsible ML Infra Team committed May 17, 2022
1 parent 8b3c7cb commit 0e109eb
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@
},
"outputs": [],
"source": [
"!pip install -q -U pip==20.2\n",
"!pip install fairness-indicators"
"!pip install apache_beam\n",
"!pip install fairness-indicators\n",
"!pip install witwidget\n"
]
},
{
Expand Down Expand Up @@ -327,7 +328,7 @@
" filtered_data = (\n",
" data\n",
" | 'Filter Missing Gender' \u003e\u003e beam.ParDo(filter_missing_gender))\n",
" \n",
"\n",
" # Count after filtering \"Gender:MISSING\".\n",
" filtered_data_count = (\n",
" filtered_data | 'Count number of examples after filtering'\n",
Expand Down

0 comments on commit 0e109eb

Please sign in to comment.