Skip to main content

Libreria para correr modelos de atribucion para marketing digital

Project description

MODELOS DE ATRIBUCION

Esta es una librería creada para el trabajo con modelos de atribución sobre datos de marketing digital. Con esta librería se podrán crear modelos heurísticos (First click, Last click, Linear) o modelos data-driven (Markov, Shapley). Funciona tanto con datos previamente formateados como con datos sin formatear.

INSTALACIÓN

pip install atribucion

CÓMO SE USA

Primero, es necesario crear un modelo pasando la data a utilizar. Se deberá indicar si la información fue previamente formateada o no.

modelo = atribucion.Modelo(data, formateada=True)

Luego, se piden los modelos deseados llamando a la función correspondiente.

resultado_markov = modelo.markov()
resultado_shapley = modelo.shapley()
resultado_first = modelo.first()
resultado_last = modelo.last()
resultado_linear = modelo.linear()

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

atribucion-2.1-py2-none-any.whl (6.6 kB view hashes)

Uploaded Python 2

Supported by

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