Update 09_tabular.ipynb

This commit is contained in:
Muhammad Fakhar-e-Iqbal Abdullah 2023-07-21 17:32:18 +05:00 committed by GitHub
parent 823b69e00a
commit bb00bbf515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8749,8 +8749,10 @@
"import warnings\n",
"warnings.simplefilter('ignore', FutureWarning)\n",
"\n",
"from treeinterpreter import treeinterpreter\n",
"from waterfall_chart import plot as waterfall"
"from waterfall_chart import plot as waterfall\n",
"from treeinterpreter import treeinterpreter"
]
},
{