Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/better/convoys
- Owner: better
- License: mit
- Created: 2017-12-20T02:53:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T05:58:26.000Z (7 months ago)
- Last Synced: 2024-12-11T00:05:10.641Z (13 days ago)
- Language: Python
- Homepage: https://better.engineering/convoys/
- Size: 10.6 MB
- Stars: 260
- Watchers: 14
- Forks: 42
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.