adstock_from_dict#
- pymc_marketing.mmm.components.adstock.adstock_from_dict(data)[source]#
Create an adstock transformation from a dictionary.
Deprecated since version 0.18.2:
adstock_from_dictis deprecated and will be removed in 0.20.0. Usefrom pymc_marketing.serialization import serialization; serialization.deserialize(data)instead.