root_saturation# pymc_marketing.mmm.transformers.root_saturation(x, alpha)[source]# Root saturation transformation. \[f(x) = x^{\alpha}\] (Source code, png, hires.png, pdf) Parameters: xtensorInput tensor. alphafloatExponent for the root transformation. Must be non-negative. Returns: tensorTransformed tensor.