preprocessing_method_X#
- pymc_marketing.mmm.preprocessing.preprocessing_method_X(method)[source]#
 Tag a method as a preprocessing method for the X data.
Decorator to mark a method as a preprocessing method for the X data.
- Parameters:
 - method
Callable The method to tag as a preprocessing method for the X data.
- method
 - Returns:
 CallableThe tagged method.