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