Skip to content

Commit 79beb30

Browse files
committed
hide table inputs for param comparison
Signed-off-by: Nathaniel <NathanielF@users.noreply.github.com>
1 parent 5cc9366 commit 79beb30

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

docs/source/knowledgebase/structural_causal_models.ipynb

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,11 @@
17741774
{
17751775
"cell_type": "code",
17761776
"execution_count": 9,
1777-
"metadata": {},
1777+
"metadata": {
1778+
"tags": [
1779+
"hide-input"
1780+
]
1781+
},
17781782
"outputs": [
17791783
{
17801784
"data": {
@@ -2624,7 +2628,7 @@
26242628
"cell_type": "markdown",
26252629
"metadata": {},
26262630
"source": [
2627-
"We can again compare these models on predictive performance measures, but the real focus is on the success of the causal identification within these model specifications. "
2631+
"We can again compare these models on predictive performance measures, but the real focus is on the success of the causal identification within these model specifications. The performance metrics also highlight that they're broadly similar models. "
26282632
]
26292633
},
26302634
{
@@ -2939,7 +2943,11 @@
29392943
{
29402944
"cell_type": "code",
29412945
"execution_count": 15,
2942-
"metadata": {},
2946+
"metadata": {
2947+
"tags": [
2948+
"hide-input"
2949+
]
2950+
},
29432951
"outputs": [
29442952
{
29452953
"data": {
@@ -3928,7 +3936,11 @@
39283936
{
39293937
"cell_type": "code",
39303938
"execution_count": 20,
3931-
"metadata": {},
3939+
"metadata": {
3940+
"tags": [
3941+
"hide-input"
3942+
]
3943+
},
39323944
"outputs": [
39333945
{
39343946
"data": {

0 commit comments

Comments
 (0)