From 96f4af8296eb309b678cde6075654bc0b54fa1d5 Mon Sep 17 00:00:00 2001 From: Amit Sagtani Date: Sat, 25 Nov 2023 23:25:22 +0100 Subject: [PATCH 1/2] fix typo in the documentation --- .../9. Reading and Writing from pgmpy file formats.ipynb.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sources/detailed_notebooks/9. Reading and Writing from pgmpy file formats.ipynb.txt b/_sources/detailed_notebooks/9. Reading and Writing from pgmpy file formats.ipynb.txt index 08ede59..80c7c6f 100644 --- a/_sources/detailed_notebooks/9. Reading and Writing from pgmpy file formats.ipynb.txt +++ b/_sources/detailed_notebooks/9. Reading and Writing from pgmpy file formats.ipynb.txt @@ -56,7 +56,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now we can query this model accoring to our requirements. It is an instance of BayesianModel or MarkovModel depending on the type of the model which is given.\n", + "Now we can query this model according to our requirements. It is an instance of BayesianModel or MarkovModel depending on the type of the model which is given.\n", "\n", "Suppose we want to know all the nodes in the given model, we can do:" ] From 74de2cb1a1d1de3d197b5ad53d7c1e25f498701e Mon Sep 17 00:00:00 2001 From: Amit Sagtani Date: Sat, 25 Nov 2023 23:31:13 +0100 Subject: [PATCH 2/2] fix typo in html file --- .../9. Reading and Writing from pgmpy file formats.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detailed_notebooks/9. Reading and Writing from pgmpy file formats.html b/detailed_notebooks/9. Reading and Writing from pgmpy file formats.html index 42c4e20..4cde76d 100644 --- a/detailed_notebooks/9. Reading and Writing from pgmpy file formats.html +++ b/detailed_notebooks/9. Reading and Writing from pgmpy file formats.html @@ -319,7 +319,7 @@

Reading and Writing from pgmpy file formats
[58]: