1
0
Форкнуть 0
Перейти к файлу
Victor Ng 7abcfce4d5
Merge pull request #24 from mozilla/features/21-missing-total-uri-count
Fix for #21
2020-01-14 14:42:11 -05:00
docs Renamed cfr-ml-model to cfr-ml-models in TESTPLAN 2020-01-08 10:13:47 -05:00
schemas Changed main_monitor_screen_width boolean cutoff to 1280 as per latest discussions 2020-01-01 11:03:35 +02:00
src inlined setting a default of 0 for total_uri_count 2020-01-14 14:40:12 -05:00
.eslintignore Schema validation base 2019-12-30 21:00:17 +02:00
.eslintrc.js Update eslint to support a bit more modern js 2019-12-03 08:33:33 +02:00
.gitignore Ignore node_modules 2019-11-07 21:57:10 +02:00
CODE_OF_CONDUCT.md Add linting and code formatting (eslint and prettier) 2019-11-07 21:57:49 +02:00
LICENSE First version 2019-06-27 17:03:48 -07:00
README.md Improve docs in general 2020-01-01 11:03:35 +02:00
build.js Placeholder implementation (everything except the use of the models data to determine the scores) 2019-11-25 22:02:30 +02:00
package.json Fix for #21 2020-01-13 17:16:25 -05:00
seed-remote-settings-dev-server.sh Repoint from cfr-ml-model to cfr-ml-models 2020-01-14 14:32:47 -05:00
web-ext-config.js Smaller tweaks 2019-12-12 23:00:20 +02:00
yarn.lock Schema validation base 2019-12-30 21:00:17 +02:00

README.md

Messaging System Personalization Experiment 1 Add-on

What the add-on does

On a 60 minute schedule, the add-on fetches the latest ml model from remote settings, evaluates features and computes scores for each CFR message in the experiment.

The scores are persisted via preferences, which affects how often and which messages from the messaging system are displayed.

The evaluated features are sent via telemetry to a model training job so that the model gets improved over time.

Seeing the add-on in action

See TESTPLAN.md for more details on how to get the add-on installed and tested.

Data Collected / Telemetry Pings

See TELEMETRY.md for more details on what pings are sent by this add-on.

Improving this add-on

See DEV.md for more details on how to work with this add-on as a developer.

References