From 3656489a475d009bd143b347bd9c1a4de376904c Mon Sep 17 00:00:00 2001 From: Muhammad Fakhar-e-Iqbal Abdullah <fakhareiqbal3534@gmail.com> Date: Fri, 21 Jul 2023 18:28:56 +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()" ]