Merge pull request #3 from fakhar-iqbal/fakhar-iqbal-patch-5

Update 09_tabular.ipynb
This commit is contained in:
Muhammad Fakhar-e-Iqbal Abdullah 2023-07-21 18:29:28 +05:00 committed by GitHub
commit f2f8032f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()"
]