Skip to content

Commit 4e058ba

Browse files
committed
update
Signed-off-by: kgao <kevin.leo.gao@gmail.com>
1 parent 55a8783 commit 4e058ba

14 files changed

+154
-3
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Hotel Booking Cancellations
3+
description: "Beyond predictive models: The causal story behind hotel booking cancellations."
4+
image: assets/hotel-booking-cancellations.png
5+
image-alt: Hotel Booking Cancellations
6+
link: https://towardsdatascience.com/beyond-predictive-models-the-causal-story-behind-hotel-booking-cancellations-d29e8558cbaf
7+
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Machine Learning Based Estimation of Heterogeneous Treatment Effects
3+
description: "The EconML package implements recent techniques in the literature at the intersection of econometrics and machine learning that tackle the problem of heterogeneous treatment effect estimation via machine learning based approaches. These novel methods offer large flexibility in modeling the effect heterogeneity (via techniques such as random forests, boosting, lasso and neural nets), while at the same time leverage techniques from causal inference and econometrics to preserve the causal interpretation of the learned model and many times also offer statistical validity via the construction of valid confidence intervals."
4+
image: assets/estimation_of_hte.png
5+
image-alt: Estimation of Heterogeneous Treatment Effects
6+
link: https://econml.azurewebsites.net/spec/motivation.html#motivating-examples
7+
---

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>{{ site.title }}</h1>
2424
</li>
2525
<li><a href="news.html">News</a></li>
2626
<li><a href="resources.html">Resources</a></li>
27-
<li><a href="https://github.com/py-why/dowhy" target="_blank">GitHub</a></li>
27+
<li><a href="https://github.com/py-why" target="_blank">GitHub</a></li>
2828
</ul>
2929
</nav>
3030
</header>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Econml | Automated Learning and Intelligence for Causation and Economics
3+
slug: introduction-to-econml
4+
layout: page
5+
description: >-
6+
An introduction to EconML,a project under Microsoft ALICE team effort to direct Artificial Intelligence towards economic decision making. We are building tools that combine state-of-the-art machine learning with econometrics – the measurement of economic systems — in order to bring automation to economic decision making. The heart of this project is a striving to measure causation: if you want to understand or make policy decisions in a complex economy, you need to know why the system moves the way it does.
7+
summary: >-
8+
EconML is a Python package that applies the power of machine learning techniques to estimate individualized causal responses from observational or experimental data. The suite of estimation methods provided in EconML represents the latest advances in causal machine learning. By incorporating individual machine learning steps into interpretable causal models, these methods improve the reliability of what-if predictions and make causal analysis quicker and easier for a broad set of users.
9+
image: assets/econml-logo.png
10+
image-alt: Econml | Automated Learning and Intelligence for Causation and Economics
11+
link: https://econml.azurewebsites.net/
12+
---
13+
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: EconML | General Tutorial on Causal Inference
3+
slug: introduction-to-causal-inference
4+
layout: page
5+
description: >-
6+
Causal-learn is a Python translation and extension of the Tetrad java code. It offers the implementations of up-to-date causal discovery methods as well as simple and intuitive APIs.
7+
summary: >-
8+
Causal-learn is a python package for causal discovery that implements both classical and state-of-the-art causal discovery algorithms, which is a Python translation and extension of Tetrad.
9+
image: assets/causal-inference.png
10+
image-alt: EconML | General Tutorial on Causal Inference
11+
link: https://econml.azurewebsites.net/spec/causal_intro.html
12+
---
13+
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Causal-learn | Causal Discovery for Python
3+
slug: introduction-to-causal-learn
4+
layout: page
5+
description: >-
6+
Causal-learn is a Python translation and extension of the Tetrad java code. It offers the implementations of up-to-date causal discovery methods as well as simple and intuitive APIs.
7+
summary: >-
8+
Causal-learn is a python package for causal discovery that implements both classical and state-of-the-art causal discovery algorithms, which is a Python translation and extension of Tetrad.
9+
image: assets/causal-learn-logo.png
10+
image-alt: Causal-learn | Causal Discovery for Python
11+
link: https://causal-learn.readthedocs.io/en/latest/
12+
---
13+
14+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: We're co-organizing a KDD workshop on causal inference and machine learning
3+
description: >-
4+
Causal inference at scale presented at NABE.
5+
summary: >-
6+
This workshop aims to bring together researchers and practitioners from academia and industry to share their experiences and insights on applying causal inference and machine learning techniques to real-world problems in the areas of product, brand, policy, and beyond. The workshop welcomes original research that covers machine learning theory, deep learning, causal inference, and online learning. Additionally, the workshop encourages topics that address scalable system design, algorithm bias, and interpretability.
7+
8+
link: https://causal-machine-learning.github.io/kdd2023-workshop/
9+
image: assets/kdd-conf.png
10+
image-alt: Causal Inference and Machine Learning in Practice
11+
date: 2023-05-01
12+
---

assets/causal-inference.png

53.6 KB
Loading

assets/causal-learn-logo.png

17.3 KB
Loading

assets/econml-logo.png

17.8 KB
Loading

0 commit comments

Comments
 (0)