From f7129ab13979a4acac7c0b6071c05a6e7103f09d 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 | 2 +- figure_1.svg | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 figure_1.svg diff --git a/README.md b/README.md index 0b6971b..6fb1553 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ - 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