Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/better/convoys

Implementation of statistical models to analyze time lagged conversions
https://github.com/better/convoys

Last synced: 6 days ago
JSON representation

Implementation of statistical models to analyze time lagged conversions

Awesome Lists containing this project

README

        

[![Travis status](https://img.shields.io/travis/better/convoys/master.svg?style=flat)](https://travis-ci.org/better/convoys)
[![Coverage Status](https://img.shields.io/coveralls/better/convoys/master.svg?style=flat)](https://coveralls.io/github/better/convoys?branch=master)
[![PyPI version](https://img.shields.io/pypi/v/convoys.svg?style=flat)](https://pypi.org/project/convoys/)

Convoys
=======

![pic](docs/images/dob-violations-combined.png)

Convoys is a simple library that fits a few statistical model useful for modeling time-lagged conversions.
There is a lot more info if you head over to the [documentation](https://better.engineering/convoys/).
You can also take a look at [this blog post](https://better.engineering/2019/07/29/modeling-conversion-rates-and-saving-millions-of-dollars-using-kaplan-meier-and-gamma-distributions/) about Convoys.

Installation
------------

The easiest way right now is to install the latest version from PyPI:

```
pip install convoys
```

More info
---------

Convoys was built by [Erik Bernhardsson](https://github.com/erikbern) and has the MIT license.