ammm.prepro.input_data¶
This module defines the InputData class, which serves as a container for the raw input data fed into the marketing mix model. It encapsulates various data arrays and metadata related to media spend, costs, extra features, and the target variable.
MagicMock is a subclass of Mock with default implementations of most of the magic methods. You can use MagicMock without having to configure the magic methods yourself.
If you use the spec or spec_set arguments then only magic methods that exist in the spec will be created.
Attributes and the return value of a MagicMock will also be MagicMocks.