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

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

Returns:
Callable

The tagged method.