Skip to content

Commit 483e807

Browse files
committed
add community section, misc fixes (imgs, typos)
Signed-off-by: Fabio Vera <[email protected]>
1 parent 122eff4 commit 483e807

12 files changed

+44
-30
lines changed

_includes/articles.html

-7
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ <h2>{{ post.title }}</h2>
4040
<p>
4141
{{ excerpt }}
4242
</p>
43-
{% if location %}
44-
<p>
45-
<a href="{{location}}" target="{{target}}">
46-
Continue reading.
47-
</a>
48-
</p>
49-
{% endif %}
5043
</div>
5144
</div>
5245
<hr />

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<div>
44
<a href="https://github.com/py-why/governance" target="_blank"
5-
>Governancce</a
5+
>Governance</a
66
>
77
</div>
88
</div>

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>{{ site.title }}</h1>
2323
</ul>
2424
</li>
2525
<li><a href="news.html">News</a></li>
26-
<li><a href="resources.html">Resources</a></li>
26+
<li><a href="community.html">Community</a></li>
2727
<li><a href="https://github.com/py-why" target="_blank">GitHub</a></li>
2828
</ul>
2929
</nav>

_learn/01_introduction_to_dowhy.md

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ summary: >-
1111
refutation API that can automatically test causal assumptions for any estimation method, thus making inference more robust and
1212
accessible to non-experts. DoWhy supports estimation of the average causal effect for backdoor, frontdoor, instrumental variable
1313
and other identification methods, and estimation of the conditional effect (CATE) through an integration with the EconML library.
14+
15+
<br>
16+
<br>
17+
<a href="https://www.pywhy.org/dowhy">DoWhy Documentation</a>
18+
<br>
19+
<a href="https://github.com/py-why/dowhy">DoWhy GitHub Repository</a>
20+
1421
image: assets/dowhy-schematic.png
1522
image-alt: DoWhy | An end-to-end library for causal inference
1623
link: https://py-why.github.io/dowhy/

_learn/02_introduction_to_econml.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
---
2-
title: Econml | Automated Learning and Intelligence for Causation and Economics
2+
title: EconML | Automated Learning and Intelligence for Causation and Economics
33
slug: introduction-to-econml
44
layout: page
55
description: >-
6-
An introduction to EconML,a project under Microsoft ALICE team effort to direct Artificial Intelligence towards economic decision making.
6+
An introduction to EconML, a project under Microsoft ALICE team effort to direct Artificial Intelligence towards economic decision making.
77
summary: >-
88
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+
10+
<br>
11+
<br>
12+
<a href="https://econml.azurewebsites.net/">EconML Documentation</a>
13+
<br>
14+
<a href="https://github.com/py-why/EconML">EconML GitHub Repository</a>
15+
916
image: assets/econml-logo.png
10-
image-alt: Econml | Automated Learning and Intelligence for Causation and Economics
17+
image-alt: EconML | Automated Learning and Intelligence for Causation and Economics
1118
link: https://econml.azurewebsites.net/
1219
---

_learn/03_general_tutorial_on_causal_inference.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ title: EconML | General Tutorial on Causal Inference
33
slug: introduction-to-causal-inference
44
layout: page
55
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.
6+
If you are new to causal inference, it may be helpful to walk through a quick overview of concepts and techniques that we refer to over the course of the documentation. We provide a high level introduction to causal inference tailored for EconML.
77
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.
8+
If you are new to causal inference, it may be helpful to walk through a quick overview of concepts and techniques that we refer to over the course of the documentation. We provide a high level introduction to causal inference tailored for EconML.
9+
<br>
10+
<br>
11+
<a href="https://econml.azurewebsites.net/spec/causal_intro.html">Tutorial</a>
12+
913
image: assets/causal-inference.png
1014
image-alt: EconML | General Tutorial on Causal Inference
1115
link: https://econml.azurewebsites.net/spec/causal_intro.html

_learn/04_introduction_to_causal_learn.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
2-
title: Causal-learn | Causal Discovery for Python
2+
title: causal-learn | Causal Discovery for Python
33
slug: introduction-to-causal-learn
44
layout: page
55
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.
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.
77
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.
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+
<br>
10+
<br>
11+
<a href="https://causal-learn.readthedocs.io/en/latest/">causal-learn Documentation</a>
912
image: assets/causal-learn-logo.png
1013
image-alt: Causal-learn | Causal Discovery for Python
1114
link: https://causal-learn.readthedocs.io/en/latest/

assets/css/styles.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ section {
353353
.card-header {
354354
height: 200px;
355355
background-repeat: no-repeat;
356-
background-size: cover;
357-
background-position: right bottom;
356+
background-size: contain;
357+
background-position: center;
358358
border-top-left-radius: $card-border-radius;
359359
border-top-right-radius: $card-border-radius;
360360
}
@@ -392,6 +392,7 @@ section {
392392
background-size: cover;
393393
background-position: right bottom;
394394
border-radius: $card-border-radius;
395+
object-fit: contain;
395396
}
396397

397398
/**

assets/econml-logo.png

-12.8 KB
Loading

community.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: page
3+
---
4+
5+
## Community
6+
7+
PyWhy also has a [Discord](https://discord.gg/cSBGb3vsZb), which serves as a space for like-minded casual machine learning researchers and practitioners of all experience levels to come together to ask and answer questions, discuss new features, and share ideas.
8+
9+
We invite you to join us at regular office hours and community calls in the Discord.

developer-resources.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page
33
permalink: learn/developer-resources.html
4+
redirect_from: resources.html
45
---
56

67
{% include articles.html collection="learn" %}

resources.md

-11
This file was deleted.

0 commit comments

Comments
 (0)