Skip to content

Commit

Permalink
add datalab import
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwengoh committed Feb 8, 2024
1 parent 6c1882b commit a343ed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/tutorials/multilabel_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"\n",
"```ipython3\n",
"!pip install matplotlib\n",
"!pip install cleanlab\n",
"!pip install \"cleanlab[datalab]\"\n",
"# Make sure to install the version corresponding to this tutorial\n",
"# E.g. if viewing master branch documentation:\n",
"# !pip install git+https://github.com/cleanlab/cleanlab.git\n",
Expand All @@ -70,7 +70,7 @@
"# Package installation (hidden on docs.cleanlab.ai).\n",
"# Package versions we used: matplotlib==3.5.1\n",
"\n",
"dependencies = [\"cleanlab\", \"matplotlib\"]\n",
"dependencies = [\"cleanlab\", \"matplotlib\", \"datasets\"]\n",
"\n",
"if \"google.colab\" in str(get_ipython()): # Check if it's running in Google Colab\n",
" %pip install cleanlab # for colab\n",
Expand Down Expand Up @@ -627,7 +627,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a343ed2

Please sign in to comment.