Skip to content

Commit 5cb1af4

Browse files
tutorial corrections
1 parent b4fbf15 commit 5cb1af4

File tree

4 files changed

+49
-72
lines changed

4 files changed

+49
-72
lines changed

docs/curriculum/tutorials/batch/batch-fullybayesian.ipynb

+2-10
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,9 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 61,
14+
"execution_count": null,
1515
"metadata": {},
16-
"outputs": [
17-
{
18-
"name": "stdout",
19-
"output_type": "stream",
20-
"text": [
21-
"Not running in Google Colab\n"
22-
]
23-
}
24-
],
16+
"outputs": [],
2517
"source": [
2618
"try:\n",
2719
" import google.colab\n",

docs/curriculum/tutorials/mobo/mobo.ipynb

+3-11
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,9 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 1,
14+
"execution_count": null,
1515
"metadata": {},
16-
"outputs": [
17-
{
18-
"name": "stdout",
19-
"output_type": "stream",
20-
"text": [
21-
"Not running in Google Colab\n"
22-
]
23-
}
24-
],
16+
"outputs": [],
2517
"source": [
2618
"try:\n",
2719
" import google.colab\n",
@@ -531,7 +523,7 @@
531523
"\n",
532524
"Interested in taking this further? Try to implement the following on your own!\n",
533525
"\n",
534-
"1. Apply a custom threshold on biodegradability and not how the density of points and the values of the pareto front change in response. Does focussing on a specific region find better points there?\n",
526+
"1. Apply a custom threshold on biodegradability and note how the density of points and the values of the pareto front change in response. Does focussing on a specific region find better points there?\n",
535527
"\n",
536528
"2. Do the results change if you use a different random seed? How much? What does this imply about the consistency of this approach? "
537529
]

docs/curriculum/tutorials/multitask/multitask.ipynb

+42-41
Large diffs are not rendered by default.

docs/curriculum/tutorials/sobo/sobo.ipynb

+2-10
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,9 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 2,
14+
"execution_count": null,
1515
"metadata": {},
16-
"outputs": [
17-
{
18-
"name": "stdout",
19-
"output_type": "stream",
20-
"text": [
21-
"Not running in Google Colab\n"
22-
]
23-
}
24-
],
16+
"outputs": [],
2517
"source": [
2618
"try:\n",
2719
" import google.colab\n",

0 commit comments

Comments
 (0)