use dtreeviz 1.4.1 (#634)

This commit is contained in:
Matt Sgarlata 2024-07-07 19:00:22 -04:00 committed by GitHub
parent efbbd3cf85
commit a5ff63ec4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"#hide\n", "#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", "import fastbook\n",
"fastbook.setup_book()" "fastbook.setup_book()"
] ]

View File

@ -7,7 +7,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"#hide\n", "#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", "import fastbook\n",
"fastbook.setup_book()" "fastbook.setup_book()"
] ]