dpetz / dass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DASS as a Service

Implement DASS Digital Advertising System Simulation as a RESTful Python microservice.

Project Log

May

  • finished refactoring all classes to maps with composable validators
  • added data from paper
  • next is DB and REST
  • inserting and searching TinyDB super easy
  • the good: data file is plain json which is handy for debugging.
  • the bad: no indices
  • would like to switch to namedtuples but no generic enough conversion from json

Apr 9

Feb 26/27

  • Create Ad Serving Model
  • Replace attr type annotations by validators and converters. I
  • Decide for TinyDB as a lean document database
  • simulate activity streams (w/o ads)

Feb 22:

Research

  • Toward Improving Digital Attribution Model Accuracy: In this paper, we use this simulation to demonstrate that current models fail to accurately capture the true number of incremental conversions generated by ads that impact user behavior, and introduce an Upstream Data-Driven Attribution (UDDA) model to address this shortcoming. We also demonstrate that development beyond UDDA is still required to address a lack of data completeness, and situations that include highly targeting advertising.

About


Languages

Language:Python 100.0%