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