Skip to content

Commit e8570ec

Browse files
authored
Merge pull request py-why#16 from py-why/emrekiciman-causaltune
Create 05_introduction_to_causaltune.md
2 parents 4add0af + 9986a42 commit e8570ec

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: CausalTune | A library for automated causal inference model estimation and selection
3+
slug: introduction-to-causaltune
4+
layout: page
5+
description: >-
6+
An introduction to CausalTune, a Python library for automated tuning and selection of causal estimators.
7+
summary: >-
8+
CausalTune is a library for automated tuning and selection for causal estimators.
9+
<br>
10+
CausalTune enables automatic estimator tuning and selection by out-of-sample scoring of causal estimators, notably using the energy score.
11+
We perform automated hyperparameter tuning of first stage models (for the treatment and outcome models) as well as hyperparameter tuning
12+
and model selection for the second stage model (causal estimator).
13+
Underlying estimators are taken from EconML, augmented by CausalTune, and called in a uniform fashion via a DoWhy wrapper.
14+
We use FLAML for hyperparameter optimisation.
15+
16+
<br>
17+
<br>
18+
<a href="https://www.pywhy.org/causaltune/">CausalTune Documentation</a>
19+
<br>
20+
<a href="https://github.com/py-why/causaltune">CausalTune GitHub Repository</a>
21+
22+
image: assets/pywhy-logo.png
23+
image-alt: CausalTune | A library for automated causal inference model estimation and selection
24+
link: https://www.pywhy.org/causaltune/
25+
---

0 commit comments

Comments
 (0)