edwinnglabs / karpiu

Karpiu is a package designed for marketing mix modeling by calling Orbit from the backend. Karpiu is still in its beta version. Please use it at your own risk.

Home Page:https://edwinng.com/karpiu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build format pages

Karpiu

Karpiu is a package designed for Marketing Mix Modeling (MMM) by calling Orbit from the backend. Karpiu is still in its beta version. Please use it at your own risk.

Tutorials & Documentation

For usage, users can refer to this documentation.

Installation

To access the development version, please follow the below instructions or simply use make install-dev after cloning the repository. The package only supportsorbit>=1.1.4 which requires cmdstanpy.

$ git clone https://github.com/edwinnglabs/karpiu.git
$ cd karpiu
$ pip install cmdstanpy
$ pip install -r requirements.txt
# required by mkdocs
$ pip install poetry
$ pip install -r requirements-test.txt
$ pip install -r requirements-docs.txt
$ pip install -e .

Related Work

Codebase

  1. Robyn - Robyn is an automated Marketing Mix Modeling (MMM) code. It aims to reduce human bias by means of ridge regression and evolutionary algorithms, enables actionable decision making providing a budget allocator and diminishing returns curves and allows ground-truth calibration to account for causation.

  2. Lightweight (Bayesian) Marketing Mix Modeling - LMMM is a python library that helps organisations understand and optimise marketing spend across media channels.

  3. Orbit - A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.

Research

Community Articles

Fun Fact

Karpiu is a term invented the author's daugther while she just reached her terrible two. In the early development of this project, "Karpiu" became the dominating term in the author's home office. The author later dedicated this term to the package.

About

Karpiu is a package designed for marketing mix modeling by calling Orbit from the backend. Karpiu is still in its beta version. Please use it at your own risk.

https://edwinng.com/karpiu/

License:MIT License


Languages

Language:Python 71.2%Language:Jupyter Notebook 28.7%Language:Makefile 0.1%