You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: