https://github.com/better/convoys
Implementation of statistical models to analyze time lagged conversions
https://github.com/better/convoys
Last synced: about 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T05:58:26.000Z (about 2 years ago)
- Last Synced: 2025-04-04T05:08:59.293Z (about 1 year ago)
- Language: Python
- Homepage: https://better.engineering/convoys/
- Size: 10.6 MB
- Stars: 261
- Watchers: 13
- Forks: 43
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/better/convoys)
[](https://coveralls.io/github/better/convoys?branch=master)
[](https://pypi.org/project/convoys/)
Convoys
=======

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.