From 6aef2ee6fdfc5e90a2fc00e364dfcee6444528ed Mon Sep 17 00:00:00 2001 From: Yusuke Minami <33908456+Minyus@users.noreply.github.com> Date: Thu, 4 Apr 2019 00:18:08 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0d068f..2da12dc 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Option 3: clone the [GitHub repository](https://github.com/Minyus/causallift.git Please see the [CausalLift example]( https://colab.research.google.com/github/Minyus/causallift/blob/master/examples/CausalLift_with_simulated_observational_data.ipynb -) available in Google Colab (free cloud GPU) environment. +) available in Google Colab (free cloud CPU/GPU) environment. To run the code, navigate to "Runtime" >> "Run all". @@ -177,7 +177,8 @@ For business, a metric that can be used to estimate how much more profit can be ### To-dos: - Improve documentation -- Add examples using publicly available datasets +- Add examples of applying uplift modeling to publicly available datasets +- Add visualization of the uplift model - Support for other classification models other than XGBoost to predict outcome - Support for other classification models other than Logistic Regression to estimate propensity score