Metadata-Version: 2.4
Name: mmm-proto-schema
Version: 1.0.0
Summary: This is a private submodule for MMM model representation in protobuf form.
Author-email: The Meridian Authors <no-reply@google.com>
Project-URL: homepage, https://github.com/google/meridian
Project-URL: repository, https://github.com/google/meridian
Project-URL: changelog, https://github.com/google/meridian/blob/main/CHANGELOG.md
Project-URL: documentation, https://developers.google.com/meridian
Keywords: mmm,protobuf
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: googleapis-common-protos
Requires-Dist: protobuf
Requires-Dist: tensorflow
Dynamic: license-file

# About MMM Proto Schema

The MMM Proto Schema is a language-agnostic data standard for representing
trained Marketing Mix Models (MMMs) and their analysis artifacts in a
consistent, serializable format. It establishes a common language for MMM
outputs, allowing results from different tools and methodologies to be uniformly
represented, stored, shared, and compared. This standardized representation
enhances interoperability and facilitates downstream applications like scenario
planning, optimization, and reporting.

## Install Meridian with MMM Proto Schema

Using PIP:

```sh
pip install --upgrade mmm-proto-schema
```

Alternatively, to install this package from source code:

```sh
git clone https://github.com/google/meridian.git
cd meridian
pip install .[schema]
```
