Update 09_tabular.ipynb

This commit is contained in:
Muhammad Fakhar-e-Iqbal Abdullah 2023-07-21 18:22:12 +05:00 committed by GitHub
parent 7cc109df30
commit d7a4f962cc
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()"
]