humanmade / humanmade/experiments
Store winning variations for later applications
Open
- 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.