From a5ff63ec4e552a95d31075c80f0bcbe971e02738 Mon Sep 17 00:00:00 2001 From: Matt Sgarlata Date: Sun, 7 Jul 2024 19:00:22 -0400 Subject: [PATCH] use dtreeviz 1.4.1 (#634) --- 09_tabular.ipynb | 2 +- clean/09_tabular.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/09_tabular.ipynb b/09_tabular.ipynb index e3ed14c..b767040 100644 --- a/09_tabular.ipynb +++ b/09_tabular.ipynb @@ -7,7 +7,7 @@ "outputs": [], "source": [ "#hide\n", - "! [ -e /content ] && pip install -Uqq fastbook kaggle waterfallcharts treeinterpreter dtreeviz\n", + "! [ -e /content ] && pip install -Uqq fastbook kaggle waterfallcharts treeinterpreter dtreeviz==1.4.1\n", "import fastbook\n", "fastbook.setup_book()" ] diff --git a/clean/09_tabular.ipynb b/clean/09_tabular.ipynb index 57ef84d..0daf9b8 100644 --- a/clean/09_tabular.ipynb +++ b/clean/09_tabular.ipynb @@ -7,7 +7,7 @@ "outputs": [], "source": [ "#hide\n", - "! [ -e /content ] && pip install -Uqq fastbook kaggle waterfallcharts treeinterpreter dtreeviz\n", + "! [ -e /content ] && pip install -Uqq fastbook kaggle waterfallcharts treeinterpreter dtreeviz==1.4.1\n", "import fastbook\n", "fastbook.setup_book()" ]