Context Graph/Experiment Summary: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Update URL for weekly_recurrence experiment.)
m (Fix link)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Summary and Links for Context Graph Experiments ==
== Summary and Links for Context Graph Experiments ==


We're running an experiment to collect browsing data from users. This page will collect links to the experiments being run as they produce results
We're running an experiment to collect browsing data from users. This page will collect links to the experiments being run as they produce results.


* [https://github.com/mozilla/heatmap Client code for the collector]
* [https://github.com/mozilla/heatmap Client code for the collector]
* [https://github.com/mozilla/miracle Client code for the server]
* [https://github.com/mozilla/miracle Client code for the service]


=== Code That Has Been Run against the Data ===
=== Code That Has Been Run against the Data ===


[https://github.com/mozilla/miracle/blob/master/miracle/analysis/weekly_recurrence.py Measuring recurring sessions to the same URL from the same user]
* [https://github.com/mozilla/miracle/blob/master/miracle/analysis/weekly_recurrence.py Measuring recurring sessions to the same URL from the same user.]
* [https://github.com/mozilla/miracle/blob/master/miracle/analysis/daily_sessions.py Measuring daily sessions per user.]
* [https://github.com/mozilla/miracle/wiki/Experiments Top 20 / Simple counts of sessions, urls and domains]

Latest revision as of 10:45, 11 October 2016

Summary and Links for Context Graph Experiments

We're running an experiment to collect browsing data from users. This page will collect links to the experiments being run as they produce results.

Code That Has Been Run against the Data