This project is stable and being incubated for long-term support. It may contain new experimental code, for which APIs are subject to change.
Causal ML is a Python package that provides a suite of uplift modeling and causal inference methods using machine learning algorithms based on recent
research [1]. It provides a standard interface that allows user to estimate the Conditional Average Treatment Effect (CATE) from experimental or observational data. Essentially, it estimates the causal impact of intervention T on outcome Y for users
with observed features X, without strong assumptions on the model form. Typical use cases include
Campaign targeting optimization: An important lever to increase ROI in an advertising campaign is to target the ad to the set of customers who will have a favorable response in a given KPI such as engagement or sales. CATE identifies these customers by estimating the effect of the KPI from ad exposure at the individual level from A/B experiment or historical observational data.
Personalized engagement: A company has multiple options to interact with its customers such as different product choices in up-sell or messaging channels for communications. One can use CATE to estimate the heterogeneous treatment effect for each customer and treatment option combination for an optimal personalized recommendation system.
Documentation is available at:
https://causalml.readthedocs.io/en/latest/about.html
Installation instructions are available at:
https://causalml.readthedocs.io/en/latest/installation.html
Quickstarts with code-snippets are available at:
https://causalml.readthedocs.io/en/latest/quickstart.html
Example notebooks are available at:
https://causalml.readthedocs.io/en/latest/examples.html
We welcome community contributors to the project. Before you start, please read our code of conduct and check out contributing guidelines first.
We document versions and changes in our changelog.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
To cite CausalML in publications, you can refer to the following sources:
Whitepaper: CausalML: Python Package for Causal Machine Learning
Bibtex:
@misc{chen2020causalml, title={CausalML: Python Package for Causal Machine Learning}, author={Huigang Chen and Totte Harinen and Jeong-Yoon Lee and Mike Yung and Zhenyu Zhao}, year={2020}, eprint={2002.11631}, archivePrefix={arXiv}, primaryClass={cs.CY} }
(top 30 of 81)
Python
77.1%
Cython
22.8%
This project is stable and being incubated for long-term support. It may contain new experimental code, for which APIs are subject to change.
Causal ML is a Python package that provides a suite of uplift modeling and causal inference methods using machine learning algorithms based on recent
research [1]. It provides a standard interface that allows user to estimate the Conditional Average Treatment Effect (CATE) from experimental or observational data. Essentially, it estimates the causal impact of intervention T on outcome Y for users
with observed features X, without strong assumptions on the model form. Typical use cases include
Campaign targeting optimization: An important lever to increase ROI in an advertising campaign is to target the ad to the set of customers who will have a favorable response in a given KPI such as engagement or sales. CATE identifies these customers by estimating the effect of the KPI from ad exposure at the individual level from A/B experiment or historical observational data.
Personalized engagement: A company has multiple options to interact with its customers such as different product choices in up-sell or messaging channels for communications. One can use CATE to estimate the heterogeneous treatment effect for each customer and treatment option combination for an optimal personalized recommendation system.
Documentation is available at:
https://causalml.readthedocs.io/en/latest/about.html
Installation instructions are available at:
https://causalml.readthedocs.io/en/latest/installation.html
Quickstarts with code-snippets are available at:
https://causalml.readthedocs.io/en/latest/quickstart.html
Example notebooks are available at:
https://causalml.readthedocs.io/en/latest/examples.html
We welcome community contributors to the project. Before you start, please read our code of conduct and check out contributing guidelines first.
We document versions and changes in our changelog.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
To cite CausalML in publications, you can refer to the following sources:
Whitepaper: CausalML: Python Package for Causal Machine Learning
Bibtex:
@misc{chen2020causalml, title={CausalML: Python Package for Causal Machine Learning}, author={Huigang Chen and Totte Harinen and Jeong-Yoon Lee and Mike Yung and Zhenyu Zhao}, year={2020}, eprint={2002.11631}, archivePrefix={arXiv}, primaryClass={cs.CY} }
(top 30 of 81)
Python
77.1%
Cython
22.8%