A package for geographical incrementality testing
Project description
Murray
Murray is a Python package for geographic incrementality testing that helps determine the true lift of marketing campaigns through advanced synthetic control methods. It generates heatmaps of Minimum Detectable Effects (MDE) across different configurations to optimize treatment selection, and provides impact analysis through counterfactual modeling.
Installation
You can install Murray using pip:
pip install murray-geo
Also, you can download the package directly from the GitHub repository:
pip install git+https://github.com/entropyx/murray.git
Prepare your data
data = pd.DataFrame({
'time': [...], # timestamps
'location': [...], # location identifiers
'Y': [...] # target metric values
})
Run analysis
results = run_geo_analysis(
data = data,
excluded_locations = ['mexico city', 'méxico'],
maximum_treatment_percentage=0.30,
significance_level = 0.1,
deltas_range = (0.01, 0.3, 0.02),
periods_range = (5, 45, 5)
)
Run evaluation
results = run_geo_evaluation(
data_input=data,
start_treatment='01-12-2024',
end_treatment='31-12-2024',
treatment_group=['durango','puebla','queretaro'],
spend=10000)
Documentation
You can check the documentation here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file murray_geo-1.0.1.tar.gz.
File metadata
- Download URL: murray_geo-1.0.1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec6066247c8574356d790cc96ca835eb7db60293547ee50c2b7bb92c0af46387
|
|
| MD5 |
aabc80e861b40c05b58155a221776175
|
|
| BLAKE2b-256 |
d4ffc43ed6cdf1598e5da40228f1cee9f6ff04e2a35a7e40ab2b5200f409f79e
|
File details
Details for the file murray_geo-1.0.1-py3-none-any.whl.
File metadata
- Download URL: murray_geo-1.0.1-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b1a6d1ceaf3d24dc8c530fcb6dd383edb08c85b4f615ecd81e25ab401b55ffa
|
|
| MD5 |
218ae616f747f832472d93e361874ebf
|
|
| BLAKE2b-256 |
691179fafa27bd304a0405e628d4ad212a5bc86dcf51f61c3ed2db8259904e06
|