Skip to content

Commit

Permalink
Merge pull request #158 from jump-dev/bl/ghex
Browse files Browse the repository at this point in the history
Fix Github link in examples
  • Loading branch information
joaquimg authored Nov 30, 2021
2 parents f9f9fe9 + 78649c9 commit 0ab7e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/examples/autotuning-ridge.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# # Auto-tuning Hyperparameters

#md # [![](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](@__REPO_ROOT_URL__/examples/autotuning-ridge.jl)
#md # [![](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](@__REPO_ROOT_URL__/docs/src/examples/autotuning-ridge.jl)
#md # [![](https://img.shields.io/badge/show-nbviewer-579ACA.svg)](@__NBVIEWER_ROOT_URL__/generated/autotuning-ridge.ipynb)

# This example shows how to learn a hyperparameter in Ridge Regression using a gradient descent routine.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/sensitivity-analysis-svm.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# # Sensitivity Analysis of SVM

#md # [![](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](@__REPO_ROOT_URL__/examples/sensitivity-analysis-svm.jl)
#md # [![](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](@__REPO_ROOT_URL__/docs/src/examples/sensitivity-analysis-svm.jl)
#md # [![](https://img.shields.io/badge/show-nbviewer-579ACA.svg)](@__NBVIEWER_ROOT_URL__/generated/sensitivity-analysis-svm.ipynb)


Expand Down

0 comments on commit 0ab7e17

Please sign in to comment.