This commit is contained in:
Muhammad Fakhar-e-Iqbal Abdullah 2024-06-20 04:49:18 +00:00 committed by GitHub
commit 2f0424d564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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