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:
methodCallable

The method to tag as a preprocessing method for the y data.

Returns:
Callable

The tagged method.