Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

murray_geo-1.0.0.tar.gz (20.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

murray_geo-1.0.0-py3-none-any.whl (22.0 kB view details)

Uploaded Python 3

File details

Details for the file murray_geo-1.0.0.tar.gz.

File metadata

  • Download URL: murray_geo-1.0.0.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

Hashes for murray_geo-1.0.0.tar.gz
Algorithm Hash digest
SHA256 dbac45f0f15f7af35eadc0aaea3b93480831f24f84c807907f630f4e6648a183
MD5 68df5f565cf957ff84726200e5677e4c
BLAKE2b-256 0c144e9d7e727bfa0e9e64b1e4aab0ab745b4fe0721b8888805e9164956b2f0e

See more details on using hashes here.

File details

Details for the file murray_geo-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: murray_geo-1.0.0-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

Hashes for murray_geo-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ec1a43b0b1f7fe69516d01abc168ac3339c30f9d761df36235c4e44daba792f2
MD5 785b2e4e9542495cfaccf0432b44c8aa
BLAKE2b-256 7b7f790661f1e938f072cf8401e636cb9bafb616f35af35fc7126d4ec76ae811

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page