Skip to content

Commit

Permalink
Add organic media and non-media treatments.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697765885
  • Loading branch information
lukmaz authored and The Meridian Authors committed Nov 18, 2024
1 parent 3dd169d commit a69c029
Show file tree
Hide file tree
Showing 28 changed files with 8,287 additions and 462 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

## [Unreleased]

## [0.10.0] - 2024-11-18

* Add support for organic media, organic reach and frequency, and non-media
treatment variables.
* Rename `Analyzer.media_summary_metrics` method to `Analyzer.summary_metrics`
with `include_non_paid_channels` argument.

## [0.9.0] - 2024-11-15

* Organize arguments of `incremental_impact` and `expected_outcome` methods into
Expand Down Expand Up @@ -97,4 +104,5 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
[0.7.0]: https://github.com/google/meridian/releases/tag/v0.7.0
[0.8.0]: https://github.com/google/meridian/releases/tag/v0.8.0
[0.9.0]: https://github.com/google/meridian/releases/tag/v0.9.0
[Unreleased]: https://github.com/google/meridian/compare/v0.9.0...HEAD
[0.10.0]: https://github.com/google/meridian/releases/tag/v0.10.0
[Unreleased]: https://github.com/google/meridian/compare/v0.10.0...HEAD
896 changes: 683 additions & 213 deletions meridian/analysis/analyzer.py

Large diffs are not rendered by default.

Loading

0 comments on commit a69c029

Please sign in to comment.