From d7a4f962cc826123d39045062ab8a097d67234b2 Mon Sep 17 00:00:00 2001 From: Muhammad Fakhar-e-Iqbal Abdullah Date: Fri, 21 Jul 2023 18:22:12 +0500 Subject: [PATCH] Update 09_tabular.ipynb --- 09_tabular.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()" ]