Data/Tools/Projects/SHIELDdash: Difference between revisions

From MozillaWiki
< Data‎ | Tools
Jump to navigation Jump to search
(Fix links and remove broken link)
Line 7: Line 7:
For each analysis we break down the results by release channel, survey name (surveyID), and then variation (treatment group).
For each analysis we break down the results by release channel, survey name (surveyID), and then variation (treatment group).


Gregg Lind has written up a notebook [https://gist.github.com/gregglind/fee9984c0d65957c4ab5|the notebook] for us to use as a prototype.
Gregg Lind has written up a [https://gist.github.com/gregglind/fee9984c0d65957c4ab5 notebook] for us to use as a prototype.


== impact ==
== impact ==
Line 22: Line 22:
== artifacts ==
== artifacts ==


* [https://github.com/mozilla/shielddash| code on github]
* [https://github.com/mozilla/shielddash code on github]
* [| application on heroku]
* [| application on heroku]
* [| other documentation]
* [| other documentation]
== related links ==
* [https://gist.github.com/gregglind/fee9984c0d65957c4ab5f|prototype ipynb]

Revision as of 16:35, 4 May 2016

SHIELD Studies Dashboard

Basic automated analysis of SHIELD studies as they appear in the telemetry data source.

Initially we will set up discovery of new SHIELD studies, and for each SHIELD study we will generate two useful analyses. The first will examine the prompt to join the study, while the second will examine the effect of being in a study on retention.

For each analysis we break down the results by release channel, survey name (surveyID), and then variation (treatment group).

Gregg Lind has written up a notebook for us to use as a prototype.

impact

SHIELD studies take up to a week after the study is finished to yield useful information because of the time it takes to analyze the results. They report via a common ping format, and the analysis is largely the same between studies.

We can save a bunch of analyst time and provide early preliminary results by automating these analyses for each SHIELD ping that comes in through unified telemetry.

partners

  • User Advocacy (Matt Grimes)
  • Gregg Lind created the prototype analysis

artifacts