From c1300a635177c0669ee83f51df44fd183a2aa8d3 Mon Sep 17 00:00:00 2001 From: Davte Date: Wed, 21 Jan 2026 13:26:46 +0100 Subject: [PATCH] PDF files cannot be displayed in markdown documents, used SVG instead --- README.md | 6 +++++- figure_1.svg | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 figure_1.svg diff --git a/README.md b/README.md index 0b6971b..727841c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ - See [this notebook](./borrowing_strenght_hierarchical_model.ipynb) to check out my solution to the Bayesian hierarchical model for hospital admissions (problem number 5). Here is its DAG: -![DAG](./figure_1.pdf) + + +![DAG](./figure_1.svg) + + - See [this notebook](./Project%20assignments.ipynb) if you are interested in how we assigned the projects based on everyone's preference with the Hungarian algorithm diff --git a/figure_1.svg b/figure_1.svg new file mode 100644 index 0000000..2bab4a8 --- /dev/null +++ b/figure_1.svg @@ -0,0 +1,4 @@ + + + +




\ No newline at end of file