Перейти к файлу
Corey Dow-Hygelund 9f4d2b9844
Update README.md
2021-11-04 12:10:49 -07:00
perf_release_criteria Scaling QQ plot. Commenting out bootstrapping. 2020-01-17 10:26:58 -08:00
poc update the final report file 2020-04-09 18:11:45 -03:00
README.md Update README.md 2021-11-04 12:10:49 -07:00

README.md

Finding Firefox Beta Subsets Resembling Release

Work related to the application of Statistical matching methods to finding subsets of Firefox Beta users that are representative of Release. These subsets can be utilized to forecast Release behavior before it is launched to the populace.

Project

The primary project details are given in the PRD. The results and deliverables of the project milestones are contained in the perf_release_criteria directory.

Proof-of-concept

Initial proof-of-concept work is contained in the poc directory. The MatchIt library in R was used for matching.

  • data_prep: contains pyspark scripts (converted from Databricks notebooks) that created datasets from Firefox telemetry pipeline.
  • analysis: contains R Markdown, scripts, and final rendered html reports.
    • modeling_poc.Rmd: grunt exploratory work regarding initial statistical modeling efforts.
    • report_poc.Rmd: final R Markdown report regarding initial statistical modeling.
    • report_validation.Rmd: final R Markdown report regarding method validation.