Skip to content

Commit

Permalink
install dtreeviz for colab
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Oct 22, 2022
1 parent d44612b commit ca2a2af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notebooks/dtreeviz_tensorflow_visualisations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"source": [
"import sys\n",
"import os\n",
"if 'google.colab' in sys.modules:\n",
" !pip install -q dtreeviz\n",
"\n",
"# add library module to PYTHONPATH\n",
"sys.path.append(f\"{os.getcwd()}/../\")\n",
"\n",
Expand Down

0 comments on commit ca2a2af

Please sign in to comment.