mozilla / taar-lite

A lightweight version of the TAAR service intended for specific deployments with reduced feature visibility.
Mozilla Public License 2.0
2 stars 6 forks source link

Does taar_lite_guiguid remove rare combinations? #51

Closed birdsarah closed 5 years ago

birdsarah commented 5 years ago

From the main README

taar_lite_guidguid.py

    Computes the coinstallation rate of each whitelisted addon with other whitelisted addons for a sample of Firefox clients
    Removes rare combinations of coinstallations
    writes guid_coinstallation.json

1) wanted to check that the ETL job acutally does remove rare combinations 2) if true, why are we doing a further pruning step?

birdsarah commented 5 years ago

ping @crankycoder

dzeber commented 5 years ago

No, it doens't actually do this. I've updated the README to reflect this in this commit to the Docs PR #45 .