Skip to content

Commit f698c5b

Browse files
committed
Migrate paths to raw Github files
1 parent 4950509 commit f698c5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bayesian-optimization/bayesian_optimization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
" # Check if notebook is running in Google Colab\n",
1818
" import google.colab\n",
1919
" # Get additional files from Github\n",
20-
" !wget https://raw.githubusercontent.com/krasserm/bayesian-machine-learning/master/bayesian-optimization/bayesian_optimization_util.py\n",
20+
" !wget https://raw.githubusercontent.com/krasserm/bayesian-machine-learning/dev/bayesian-optimization/bayesian_optimization_util.py\n",
2121
" # Install additional dependencies\n",
2222
" !pip install scikit-optimize==0.5.2\n",
2323
" !pip install GPy==1.9.8\n",

gaussian-processes/gaussian_processes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
" # Check if notebook is running in Google Colab\n",
1818
" import google.colab\n",
1919
" # Get additional files from Github\n",
20-
" !wget https://raw.githubusercontent.com/krasserm/bayesian-machine-learning/master/gaussian-processes/gaussian_processes_util.py\n",
20+
" !wget https://raw.githubusercontent.com/krasserm/bayesian-machine-learning/dev/gaussian-processes/gaussian_processes_util.py\n",
2121
" # Install additional dependencies\n",
2222
" !pip install GPy==1.9.8\n",
2323
"except:\n",

latent-variable-models/latent_variable_models_part_1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
" # Check if notebook is running in Google Colab\n",
1818
" import google.colab\n",
1919
" # Get additional files from Github\n",
20-
" !wget https://raw.githubusercontent.com/krasserm/bayesian-machine-learning/master/latent-variable-models/latent_variable_models_util.py\n",
20+
" !wget https://raw.githubusercontent.com/krasserm/bayesian-machine-learning/dev/latent-variable-models/latent_variable_models_util.py\n",
2121
" # Install additional dependencies\n",
2222
" !pip install daft==0.1.0\n",
2323
"except:\n",

0 commit comments

Comments
 (0)