Skip to content

Commit

Permalink
updated examples for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Sep 14, 2023
1 parent 06dabd6 commit d1a365f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/source/examples/SingleTaskTest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -207,20 +207,6 @@
"opt_obj = my_gp1.train_async(hps_bounds)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7749c658",
"metadata": {},
"outputs": [],
"source": [
"for i in range(10):\n",
" time.sleep(5)\n",
" my_gp1.update_hyperparameters(opt_obj)\n",
" print(my_gp1.hyperparameters)\n",
" print(\"\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Binary file added docs/source/examples/data/sim_variable_mod.npy
Binary file not shown.
Binary file added docs/source/examples/data/x_data1.npy
Binary file not shown.
Binary file added docs/source/examples/data/x_dataClimate.npy
Binary file not shown.
Binary file added docs/source/examples/data/y_dataClimate.npy
Binary file not shown.

0 comments on commit d1a365f

Please sign in to comment.