Skip to content

Commit

Permalink
Fix alibi-detect-combiner notebook links
Browse files Browse the repository at this point in the history
Replaces relative links with full URLs to allow access from the documentation.
  • Loading branch information
ozturkberkay authored Apr 26, 2020
1 parent 7223b16 commit f997fc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/outliers/alibi-detect-combiner/notebook.ipynb
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"* Python 3.6+\n",
"* Python DEV requirements (we'll install them below)\n",
"\n",
"You can follow this [notebook](../../../notebooks/seldon_core_setup.ipynb) to setup your cluster.\n",
"You can follow this [notebook](../../../notebooks/seldon_core_setup.ipynb#Setup-Cluster) to setup your cluster.\n",
"\n",
"Let's get started! 🚀🔥 \n"
]
@@ -47,7 +47,7 @@
"source": [
"### Install Python dependencies\n",
"\n",
"In [requirements-dev](requirements-dev.txt) file you will find set of python dependencies required to run this notebook."
"In [requirements-dev](https://github.com/SeldonIO/seldon-core/blob/master/examples/outliers/alibi-detect-combiner/requirements-dev.txt) file you will find set of python dependencies required to run this notebook."
]
},
{
@@ -91,7 +91,7 @@
"source": [
"## Train and test loanclassifier\n",
"\n",
"We start with training the loanclassifier model by using a prepared python script [train_classifier](train_classifier.py):"
"We start with training the loanclassifier model by using a prepared python script [train_classifier](https://github.com/SeldonIO/seldon-core/blob/master/examples/outliers/alibi-detect-combiner/train_classifier.py):"
]
},
{
@@ -405,7 +405,7 @@
"source": [
"## Train and test outliers detector\n",
"\n",
"We will now train the outliers detector using another prepared script [train_detector](train_detector.py):"
"We will now train the outliers detector using another prepared script [train_detector](https://github.com/SeldonIO/seldon-core/blob/master/examples/outliers/alibi-detect-combiner/train_detector.py):"
]
},
{
@@ -699,7 +699,7 @@
"\n",
"Before you can deploy classifier `Model` and outliers `Detector` as part of seldon's graph you have to contenerise them.\n",
"\n",
"We will use the s2i to do so with help of provided [Makefile](Makefile):"
"We will use the s2i to do so with help of provided [Makefile](https://github.com/SeldonIO/seldon-core/blob/master/examples/outliers/alibi-detect-combiner/Makefile):"
]
},
{

0 comments on commit f997fc9

Please sign in to comment.