Hello everyone,
I'm trying to execute the following:
from marketing_attribution_models import MAM
The error shown is:
'seaborn-white' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in style.available)
My suggestion would be to update the package with plt.style.use("seaborn-v0_8-whitegrid") instead of plt.style.use("seaborn-v0_8-whitegrid") [which is not valid anymore]
Hello everyone,
I'm trying to execute the following:
from marketing_attribution_models import MAM
The error shown is:
'seaborn-white' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in
style.available)My suggestion would be to update the package with plt.style.use("seaborn-v0_8-whitegrid") instead of plt.style.use("seaborn-v0_8-whitegrid") [which is not valid anymore]