In version 6.0.0 of plotly, titlefont parameter of layout doesn't exist anymore.
This makes an error for fainess graph. The lowing ligne should be fixed by replacing titlefont by title_font`
|
'titlefont': {'size': 25}, |
I allow me to suggest that you modify your setup configuration by adding to the following line ',<6.0.
In version 6.0.0 of plotly,
titlefontparameter of layout doesn't exist anymore.This makes an error for fainess graph. The lowing ligne should be fixed by replacing
titlefontby title_font`DALEX/python/dalex/dalex/fairness/_group_fairness/utils.py
Line 197 in 0853635
I allow me to suggest that you modify your setup configuration by adding to the following line ',<6.0.
DALEX/python/dalex/setup.py
Line 87 in 0853635