Skip to content

Commit

Permalink
Minor update in UIGP example
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax committed Jan 22, 2024
1 parent 9a0df0c commit b7c2577
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions examples/gpax_UIGP.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"id": "lpWwp8HKbq7q",
"outputId": "8864cb0c-bd14-4634-9a56-ae69da291c29",
Expand Down Expand Up @@ -121,7 +121,7 @@
"metadata": {
"id": "clSOa2sfhQbB"
},
"execution_count": 2,
"execution_count": null,
"outputs": []
},
{
Expand Down Expand Up @@ -169,7 +169,7 @@
"id": "M8i5sx43hYHw",
"outputId": "cb8db22d-1bd8-4821-db87-d745871c4ef1"
},
"execution_count": 3,
"execution_count": null,
"outputs": [
{
"output_type": "display_data",
Expand Down Expand Up @@ -213,7 +213,7 @@
"id": "J0FX8u2b7K4X",
"outputId": "22df40c1-93ad-4e2e-f863-c768b9bacf6c"
},
"execution_count": 4,
"execution_count": null,
"outputs": [
{
"output_type": "display_data",
Expand Down Expand Up @@ -268,7 +268,7 @@
"outputId": "ca5a3fe2-3629-4ae5-f70a-26819f777c40",
"id": "K1Jh8C-wYJDe"
},
"execution_count": 5,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -308,7 +308,7 @@
"metadata": {
"id": "OncLDb-kYJDf"
},
"execution_count": 6,
"execution_count": null,
"outputs": []
},
{
Expand All @@ -327,7 +327,7 @@
"ax.set_xlabel(\"$x$\")\n",
"ax.set_ylabel(\"$y$\")\n",
"\n",
"ax.plot(X_test, np.sin(10*X_test) * X_test**2, '--', c='b', label=\"Ground truth\")\n",
"ax.plot(X_test, f(X_test, 0)[1], '--', c='b', label=\"Ground truth\")\n",
"\n",
"ax.scatter(X, y, marker='o', facecolors='none', edgecolors='k', zorder=2, label=\"Input values\", alpha=0.8)\n",
"ax.scatter(X_shifted, y, marker='o', facecolors='none', edgecolors='b', zorder=2, label=\"Actual values\", alpha=0.8)\n",
Expand All @@ -346,7 +346,7 @@
"outputId": "af2f03dc-192d-44c9-b8ee-d6fae3b5bec9",
"id": "3gf4cjnRYJDf"
},
"execution_count": 7,
"execution_count": null,
"outputs": [
{
"output_type": "display_data",
Expand Down Expand Up @@ -407,7 +407,7 @@
"id": "gAZiDeWwhtvC",
"outputId": "b6c0257c-f96d-422b-c94c-ad5c8b6cdadb"
},
"execution_count": 8,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -450,7 +450,7 @@
"metadata": {
"id": "ORJTrf4drjsS"
},
"execution_count": 9,
"execution_count": null,
"outputs": []
},
{
Expand Down Expand Up @@ -489,7 +489,7 @@
"id": "A0ZKNUGXUHyA",
"outputId": "286e2dfd-2f0e-4f74-c30d-f15f39c41e4b"
},
"execution_count": 10,
"execution_count": null,
"outputs": [
{
"output_type": "display_data",
Expand Down

0 comments on commit b7c2577

Please sign in to comment.