diff --git a/09_tabular.ipynb b/09_tabular.ipynb index 2b965b2..e26cd9c 100644 --- a/09_tabular.ipynb +++ b/09_tabular.ipynb @@ -7,7 +7,8 @@ "outputs": [], "source": [ "#hide\n", - "! [ -e /content ] && pip install -Uqq fastbook kaggle waterfallcharts treeinterpreter dtreeviz\n", + "! [ -e /content ] && pip install -Uqq fastbook kaggle waterfallcharts dtreeviz\n", + "!pip install treeinterpreter\n", "import fastbook\n", "fastbook.setup_book()" ]