I am using the trying to follow the DALEX tutorial for Python described here:
https://ema.drwhy.ai/UseCaseFIFA.html
My code does not have any errors, but when I run any dalex object .plot(), there is no plot, just a large patch of white space. Is anyone familiar with why this is? I can provide a pip list if needed.
Code attempted is this: fifa_md_gbm = fifa_gbm_exp.model_diagnostics() fifa_md_gbm.plot(variable = "y", yvariable = "y_hat")
pip list is : Package Version
attrs 22.2.0
backcall 0.2.0
certifi 2022.12.7
cycler 0.11.0
dalex 1.6.0
debugpy 1.6.7
decorator 5.1.1
entrypoints 0.4
fastjsonschema 2.16.3
fonttools 4.38.0
importlib-metadata 6.1.0
importlib-resources 5.12.0
ipykernel 6.16.2
ipython 7.34.0
jedi 0.18.2
joblib 1.2.0
jsonschema 4.17.3
jupyter_client 7.4.9
jupyter_core 4.12.0
kiwisolver 1.4.4
lightgbm 3.3.5
matplotlib 3.5.3
matplotlib-inline 0.1.6
nbformat 5.8.0
nest-asyncio 1.5.6
numpy 1.21.6
packaging 23.0
pandas 1.3.5
parso 0.8.3
patsy 0.5.3
pexpect 4.8.0
pickleshare 0.7.5
Pillow 9.5.0
pip 22.3.1
pkgutil_resolve_name 1.3.10
plotly 5.14.1
prompt-toolkit 3.0.38
psutil 5.9.4
ptyprocess 0.7.0
Pygments 2.14.0
pyparsing 3.0.9
pyrsistent 0.19.3
python-dateutil 2.8.2
pytz 2023.3
pyzmq 25.0.2
scikit-learn 1.0.2
scipy 1.7.3
setuptools 65.6.3
six 1.16.0
statsmodels 0.13.5
tenacity 8.2.2
threadpoolctl 3.1.0
tornado 6.2
tqdm 4.65.0
traitlets 5.9.0
typing_extensions 4.5.0
wcwidth 0.2.6
wheel 0.38.4
zipp 3.15.0
Haven't been able to find any other questions like this online. Thanks in advance!