From f997fc9b06554e15009ff9a823a61867826a4018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berkay=20=C3=96zt=C3=BCrk?= Date: Sun, 26 Apr 2020 16:29:05 +0300 Subject: [PATCH] Fix alibi-detect-combiner notebook links Replaces relative links with full URLs to allow access from the documentation. --- examples/outliers/alibi-detect-combiner/notebook.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/outliers/alibi-detect-combiner/notebook.ipynb b/examples/outliers/alibi-detect-combiner/notebook.ipynb index aba3721ef9..a29e4ab6e8 100644 --- a/examples/outliers/alibi-detect-combiner/notebook.ipynb +++ b/examples/outliers/alibi-detect-combiner/notebook.ipynb @@ -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):" ] }, {