Skip to content

Commit

Permalink
Updated notebook sklearn_fix_version.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Aug 15, 2024
1 parent 744024a commit 162408e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": null,
"id": "d86ca808-044e-4fbd-be30-5ba8324f501e",
"metadata": {},
"outputs": [],
Expand All @@ -39,7 +39,7 @@
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": null,
"id": "fa6c628f-853e-4850-8bab-46f7f645856e",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -69,7 +69,7 @@
" print(f\"AI-Lab scikit-learn version {my_version} is identical to that of the SLC.\\nNothing to do.\")\n",
"else:\n",
" print(f\"AI-Lab scikit-learn version {my_version} differs from SLC.\\nInstalling version {slc_version} ...\")\n",
" %pip install \"scikit_learn=={slc_version}\"\n"
" %pip install \"scikit_learn=={slc_version}\""
]
},
{
Expand Down

0 comments on commit 162408e

Please sign in to comment.