Skip to content

Commit e8c7841

Browse files
committed
deploy: a45112b
1 parent 6745aa1 commit e8c7841

File tree

3 files changed

+1780
-1777
lines changed

3 files changed

+1780
-1777
lines changed

_sources/tutorials/model_exploration.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "60e11f15",
5+
"id": "2ff95957",
66
"metadata": {},
77
"source": [
88
"# Model Exploration\n",
@@ -23,7 +23,7 @@
2323
{
2424
"cell_type": "code",
2525
"execution_count": 1,
26-
"id": "c5935926",
26+
"id": "8533f950",
2727
"metadata": {},
2828
"outputs": [
2929
{
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"cell_type": "markdown",
64-
"id": "4e55f2c7",
64+
"id": "9d25ed14",
6565
"metadata": {},
6666
"source": [
6767
"Next, we'll explore the model's size by printing the number of triples in it."
@@ -70,7 +70,7 @@
7070
{
7171
"cell_type": "code",
7272
"execution_count": null,
73-
"id": "8cdbe1a0",
73+
"id": "92cc5349",
7474
"metadata": {},
7575
"outputs": [],
7676
"source": [
@@ -80,7 +80,7 @@
8080
},
8181
{
8282
"cell_type": "markdown",
83-
"id": "43ebc3aa",
83+
"id": "af087b90",
8484
"metadata": {},
8585
"source": [
8686
"Finally, we'll print the contents of the model since it's not that large."
@@ -89,7 +89,7 @@
8989
{
9090
"cell_type": "code",
9191
"execution_count": null,
92-
"id": "0f2cb010",
92+
"id": "7104e75c",
9393
"metadata": {},
9494
"outputs": [],
9595
"source": [
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"cell_type": "markdown",
102-
"id": "393c0aac",
102+
"id": "325c45a1",
103103
"metadata": {},
104104
"source": [
105105
"## Model Querying\n",
@@ -114,7 +114,7 @@
114114
{
115115
"cell_type": "code",
116116
"execution_count": null,
117-
"id": "bd8cebd1",
117+
"id": "04c54f4c",
118118
"metadata": {},
119119
"outputs": [],
120120
"source": [

_sources/tutorials/model_inference.ipynb

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "0692f986",
5+
"id": "601f7a62",
66
"metadata": {},
77
"source": [
88
"(model-inference)=\n",
@@ -35,7 +35,7 @@
3535
{
3636
"cell_type": "code",
3737
"execution_count": 1,
38-
"id": "7e036561",
38+
"id": "0cfe03e6",
3939
"metadata": {},
4040
"outputs": [
4141
{
@@ -72,7 +72,7 @@
7272
},
7373
{
7474
"cell_type": "markdown",
75-
"id": "92aef00d",
75+
"id": "c396383f",
7676
"metadata": {},
7777
"source": [
7878
"<details>\n",
@@ -82,7 +82,7 @@
8282
{
8383
"cell_type": "code",
8484
"execution_count": null,
85-
"id": "95d826b5",
85+
"id": "e374b2c2",
8686
"metadata": {},
8787
"outputs": [],
8888
"source": [
@@ -91,7 +91,7 @@
9191
},
9292
{
9393
"cell_type": "markdown",
94-
"id": "077305bb",
94+
"id": "39fab9a2",
9595
"metadata": {},
9696
"source": [
9797
"</details>\n",
@@ -105,7 +105,7 @@
105105
{
106106
"cell_type": "code",
107107
"execution_count": null,
108-
"id": "80ac8bc4",
108+
"id": "3fa2ee2b",
109109
"metadata": {},
110110
"outputs": [],
111111
"source": [
@@ -123,7 +123,7 @@
123123
},
124124
{
125125
"cell_type": "markdown",
126-
"id": "b62f1a95",
126+
"id": "d3044c6c",
127127
"metadata": {},
128128
"source": [
129129
"## Loading the 223 Ontology\n",
@@ -137,7 +137,7 @@
137137
{
138138
"cell_type": "code",
139139
"execution_count": null,
140-
"id": "c49410e6",
140+
"id": "924c6b67",
141141
"metadata": {},
142142
"outputs": [],
143143
"source": [
@@ -150,7 +150,7 @@
150150
},
151151
{
152152
"cell_type": "markdown",
153-
"id": "96eea3ae",
153+
"id": "0262c945",
154154
"metadata": {},
155155
"source": [
156156
"## Applying Inference Rules\n",
@@ -167,7 +167,7 @@
167167
{
168168
"cell_type": "code",
169169
"execution_count": null,
170-
"id": "1e15f34e",
170+
"id": "0edb0bde",
171171
"metadata": {},
172172
"outputs": [],
173173
"source": [
@@ -194,7 +194,7 @@
194194
},
195195
{
196196
"cell_type": "markdown",
197-
"id": "4151e7a7",
197+
"id": "a6a6e54e",
198198
"metadata": {},
199199
"source": [
200200
"This may take a few minutes to run, depending on the size of your model.\n",
@@ -216,7 +216,7 @@
216216
{
217217
"cell_type": "code",
218218
"execution_count": null,
219-
"id": "d826d5d5",
219+
"id": "98ec8f17",
220220
"metadata": {},
221221
"outputs": [],
222222
"source": [
@@ -225,7 +225,7 @@
225225
},
226226
{
227227
"cell_type": "markdown",
228-
"id": "b9e82265",
228+
"id": "e3a7c124",
229229
"metadata": {},
230230
"source": [
231231
"</details>\n",
@@ -239,7 +239,7 @@
239239
{
240240
"cell_type": "code",
241241
"execution_count": null,
242-
"id": "913a2079",
242+
"id": "6e269e86",
243243
"metadata": {},
244244
"outputs": [],
245245
"source": [

0 commit comments

Comments
 (0)