humanmade / humanmade/experiments

Store winning variations for later applications

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
11
Forks
0
PR merge metrics
No merged PRs in 30d

Description

For each test type when a winner is found we should log the variants data in the following shape:

```js
{
"value": "string", // mixed - value of the variant
"score": 2.0, // percentage change in conversion compared to control
}
```

We could later use this information for a few applications:

- recommending alternatives based on higher performers
- warning if some data is similar to a value that didn't perform well

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.