Python implementation of uplift modeling.
Project description
pylift
pylift is an uplift library that provides, primarily, (1) fast uplift modeling implementations and (2) evaluation tools (UpliftEval
class). While other packages and more exact methods exist to model uplift, pylift is designed to be quick, flexible, and effective. pylift heavily leverages the optimizations of other packages -- namely, xgboost
, sklearn
, pandas
, matplotlib
, numpy
, and scipy
. The primary method currently implemented is the Transformed Outcome proxy method (Athey 2015).
This branch is a fork from github.com/wayfair/pylift, and is actively being maintained.
Installation
This version of pylift can be installed through pypi:
pip install pylift
License
Licensed under the BSD-2-Clause by the authors.
Reference
Athey, S., & Imbens, G. W. (2015). Machine learning methods for estimating heterogeneous causal effects. stat, 1050(5).
Gutierrez, P., & Gérardy, J. Y. (2017). Causal Inference and Uplift Modelling: A Review of the Literature. In International Conference on Predictive Applications and APIs (pp. 1-13).
Hitsch, G., & Misra, S. (2018). Heterogeneous Treatment Effects and Optimal Targeting Policy Evaluation. Preprint
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pylift-0.1.5.tar.gz
.
File metadata
- Download URL: pylift-0.1.5.tar.gz
- Upload date:
- Size: 22.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf855996abfd65125cde40b378393766c379694a4b814cdecb1cadd743392730 |
|
MD5 | e735ba4528e1f9e2839d2b010f886db8 |
|
BLAKE2b-256 | e1f7784ae109c5210f56a9784122dc934878df0cf4d73cc043da333a716de091 |