Skip to content

Commit b35beda

Browse files
authored
Merge pull request #382 from v3io/development
Fix demo links
2 parents 6515fa7 + d42ba82 commit b35beda

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For full usage instructions, run the script with the `-h` or `--help` flag:
102102
<a href="demos/mask-detection/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
103103
</td>
104104
<td align="center", style="min-width:45px; padding: 10px;">
105-
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.3.x-latest/mask-detection/">
105+
<a target="_blank" href="https://github.com/mlrun/demos/tree/release/1.3.x-latest/mask-detection/">
106106
<img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
107107
</td>
108108
<td>This demo contains 3 notebooks where we:
@@ -117,7 +117,7 @@ For full usage instructions, run the script with the `-h` or `--help` flag:
117117
<a href="demos/fraud-prevention-feature-store/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
118118
</td>
119119
<td align="center", style="min-width:45px; padding: 10px;">
120-
<a target="_blank" href="https://github.com/mlrun/demos/blob/1.3.x-latest/fraud-prevention-feature-store/">
120+
<a target="_blank" href="https://github.com/mlrun/demos/blob/release/1.3.x-latest/fraud-prevention-feature-store/">
121121
<img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
122122
</td>
123123
<td>Demonstrates the feature store usage for fraud prevention: Data ingestion & preparation; Model training & testing; Model serving; Building An Automated ML Pipeline.
@@ -129,7 +129,7 @@ For full usage instructions, run the script with the `-h` or `--help` flag:
129129
<a href="demos/news-article-nlp/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
130130
</td>
131131
<td align="center", style="min-width:45px; padding: 10px;">
132-
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.3.x-latest/news-article-nlp/"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
132+
<a target="_blank" href="https://github.com/mlrun/demos/tree/release/1.3.x-latest/news-article-nlp/"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
133133
</td>
134134
<td>This demo creates an NLP pipeline that summarizes and extract keywords from a news article URL. We will be using state-of-the-art transformer models. such as BERT. to perform these NLP tasks.
135135
Additionally, we will use MLRun's real-time inference graphs to create the pipeline. This allows for easy containerization and deployment of the pipeline on top of a production-ready Kubernetes cluster.
@@ -141,7 +141,7 @@ Additionally, we will use MLRun's real-time inference graphs to create the pipel
141141
<a href="demos/network-operations/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
142142
</td>
143143
<td align="center", style="min-width:45px; padding: 10px;">
144-
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.3.x-latest/network-operations/"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
144+
<a target="_blank" href="https://github.com/mlrun/demos/tree/release/1.3.x-latest/network-operations/"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
145145
</td>
146146
<td>This demo demonstrates how to build an automated machine-learning (ML) pipeline for predicting network outages based on network-device telemetry, also known as Network Operations (NetOps).
147147
The demo implements feature engineering, model training, testing, inference, and model monitoring (with concept-drift detection).
@@ -154,7 +154,7 @@ The demo uses a offline/real-time metrics simulator to generate semi-random netw
154154
<a href="demosstocke-prediction/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
155155
</td>
156156
<td align="center", style="min-width:45px; padding: 10px;">
157-
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.3.x-latest/stocks-prediction/"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
157+
<a target="_blank" href="https://github.com/mlrun/demos/tree/release/1.3.x-latest/stocks-prediction/"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
158158
</td>
159159
<td>This demo illustrates using Iguazio's latest technologies and methods for model serving, the platform feature store, and the MLRun frameworks (sub-modules for the most commonly
160160
used machine and deep learning frameworks, providing features such as automatic logging, model management, and distributed training). The demo predicts stock prices,
@@ -180,7 +180,7 @@ The demo uses a offline/real-time metrics simulator to generate semi-random netw
180180
<a href="demos/howto/converting-to-mlrun/mlrun-code.ipynb"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
181181
</td>
182182
<td align="center", style="min-width:45px; padding: 10px;">
183-
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.3.x-latest/howto/converting-to-mlrun"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
183+
<a target="_blank" href="https://github.com/mlrun/demos/tree/release/v1.3.x-latest/howto/converting-to-mlrun"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
184184
</td>
185185
<td>Demonstrates how to convert existing ML code to an MLRun project.
186186
The demo implements an MLRun project for taxi ride-fare prediction based on a <a href="https://www.kaggle.com/jsylas/python-version-of-top-ten-rank-r-22-m-2-88">Kaggle notebook</a> with an ML Python script that uses data from the <a href="https://www.kaggle.com/c/new-york-city-taxi-fare-prediction">New York City Taxi Fare Prediction competition</a>.
@@ -192,7 +192,7 @@ The demo uses a offline/real-time metrics simulator to generate semi-random netw
192192
<a href="demos/howto/spark/spark-mlrun-read-csv.ipynb"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
193193
</td>
194194
<td align="center", style="min-width:45px; padding: 10px;">
195-
<a target="_blank" href="https://github.com/mlrun/demos/blob/1.3.x-latest/howto/spark/spark-mlrun-read-csv.ipynb"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
195+
<a target="_blank" href="https://github.com/mlrun/demos/blob/release/1.3.x-latest/howto/spark/spark-mlrun-read-csv.ipynb"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
196196
</td>
197197
<td>Demonstrates how to run a Spark job that reads a CSV file and logs the data set to an MLRun database.
198198
</td>
@@ -203,7 +203,7 @@ The demo uses a offline/real-time metrics simulator to generate semi-random netw
203203
<a href="demos/howto/spark/spark-mlrun-describe.ipynb"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
204204
</td>
205205
<td align="center", style="min-width:45px; padding: 10px;">
206-
<a target="_blank" href="https://github.com/mlrun/demos/blob/1.3.x-latest/howto/spark/spark-mlrun-describe.ipynb"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
206+
<a target="_blank" href="https://github.com/mlrun/demos/blob/release/1.3.x-latest/howto/spark/spark-mlrun-describe.ipynb"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
207207
</td>
208208
<td>Demonstrates how to create and run a Spark job that generates a profile report from an Apache Spark DataFrame based on pandas profiling.
209209
</td>
@@ -214,7 +214,7 @@ The demo uses a offline/real-time metrics simulator to generate semi-random netw
214214
<a href="demos/howto/spark/spark-operator.ipynb"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
215215
</td>
216216
<td align="center", style="min-width:45px; padding: 10px;">
217-
<a target="_blank" href="https://github.com/mlrun/demos/blob/1.3.x-latest/howto/spark/spark-operator.ipynb"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
217+
<a target="_blank" href="https://github.com/mlrun/demos/blob/release/1.3.x-latest/howto/spark/spark-operator.ipynb"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
218218
</td>
219219
<td>Demonstrates how to use <a target="_blank" href="https://github.com/GoogleCloudPlatform/spark-on-k8s-operator">Spark Operator</a> to run a Spark job over Kubernetes with MLRun.
220220
</td>

welcome.ipynb

+9-9
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
" <a href=\"demos/mask-detection/README.md\"><img src=\"./assets/images/Jupyter-Logo-32px.png\"/><br>Open locally</a>\n",
196196
" </td>\n",
197197
" <td align=\"center\", style=\"min-width:45px; padding: 10px;\">\n",
198-
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/tree/1.3.x-latest/mask-detection/\">\n",
198+
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/tree/release/1.3.x-latest/mask-detection/\">\n",
199199
" <img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
200200
" </td>\n",
201201
" <td>This demo contains 3 notebooks where we:\n",
@@ -210,7 +210,7 @@
210210
" <a href=\"demos/fraud-prevention-feature-store/README.md\"><img src=\"./assets/images/Jupyter-Logo-32px.png\"/><br>Open locally</a>\n",
211211
" </td>\n",
212212
" <td align=\"center\", style=\"min-width:45px; padding: 10px;\">\n",
213-
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/blob/1.3.x-latest/fraud-prevention-feature-store/\">\n",
213+
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/blob/release/1.3.x-latest/fraud-prevention-feature-store/\">\n",
214214
" <img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
215215
" </td>\n",
216216
" <td>Demonstrates the feature store usage for fraud prevention: Data ingestion & preparation; Model training & testing; Model serving; Building An Automated ML Pipeline.\n",
@@ -222,7 +222,7 @@
222222
" <a href=\"demos/news-article-nlp/README.md\"><img src=\"./assets/images/Jupyter-Logo-32px.png\"/><br>Open locally</a>\n",
223223
" </td>\n",
224224
" <td align=\"center\", style=\"min-width:45px; padding: 10px;\">\n",
225-
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/tree/1.3.x-latest/news-article-nlp/\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
225+
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/tree/release/1.3.x-latest/news-article-nlp/\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
226226
" </td>\n",
227227
" <td>This demo creates an NLP pipeline that summarizes and extract keywords from a news article URL. We will be using state-of-the-art transformer models. such as BERT. to perform these NLP tasks.\n",
228228
"Additionally, we will use MLRun's real-time inference graphs to create the pipeline. This allows for easy containerization and deployment of the pipeline on top of a production-ready Kubernetes cluster.\n",
@@ -234,7 +234,7 @@
234234
" <a href=\"demos/network-operations/README.md\"><img src=\"./assets/images/Jupyter-Logo-32px.png\"/><br>Open locally</a>\n",
235235
" </td>\n",
236236
" <td align=\"center\", style=\"min-width:45px; padding: 10px;\">\n",
237-
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/tree/1.3.x-latest/network-operations/\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
237+
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/tree/release/1.3.x-latest/network-operations/\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
238238
" </td>\n",
239239
" <td>This demo demonstrates how to build an automated machine-learning (ML) pipeline for predicting network outages based on network-device telemetry, also known as Network Operations (NetOps).\n",
240240
"The demo implements feature engineering, model training, testing, inference, and model monitoring (with concept-drift detection).\n",
@@ -247,7 +247,7 @@
247247
" <a href=\"demosstocke-prediction/README.md\"><img src=\"./assets/images/Jupyter-Logo-32px.png\"/><br>Open locally</a>\n",
248248
" </td>\n",
249249
" <td align=\"center\", style=\"min-width:45px; padding: 10px;\">\n",
250-
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/tree/1.3.x-latest/stocks-prediction/\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
250+
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/tree/release/1.3.x-latest/stocks-prediction/\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
251251
" </td>\n",
252252
" <td>This demo illustrates using Iguazio's latest technologies and methods for model serving, the platform feature store, and the MLRun frameworks (sub-modules for the most commonly \n",
253253
"\t\tused machine and deep learning frameworks, providing features such as automatic logging, model management, and distributed training). The demo predicts stock prices, \n",
@@ -289,7 +289,7 @@
289289
" <a href=\"demos/howto/converting-to-mlrun/mlrun-code.ipynb\"><img src=\"./assets/images/Jupyter-Logo-32px.png\"/><br>Open locally</a>\n",
290290
" </td>\n",
291291
" <td align=\"center\", style=\"min-width:45px; padding: 10px;\">\n",
292-
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/tree/1.3.x-latest/howto/converting-to-mlrun\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
292+
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/tree/release/v1.3.x-latest/howto/converting-to-mlrun\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
293293
" </td>\n",
294294
" <td>Demonstrates how to convert existing ML code to an MLRun project.\n",
295295
" The demo implements an MLRun project for taxi ride-fare prediction based on a <a href=\"https://www.kaggle.com/jsylas/python-version-of-top-ten-rank-r-22-m-2-88\">Kaggle notebook</a> with an ML Python script that uses data from the <a href=\"https://www.kaggle.com/c/new-york-city-taxi-fare-prediction\">New York City Taxi Fare Prediction competition</a>.\n",
@@ -301,7 +301,7 @@
301301
" <a href=\"demos/howto/spark/spark-mlrun-read-csv.ipynb\"><img src=\"./assets/images/Jupyter-Logo-32px.png\"/><br>Open locally</a>\n",
302302
" </td>\n",
303303
" <td align=\"center\", style=\"min-width:45px; padding: 10px;\">\n",
304-
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/blob/1.3.x-latest/howto/spark/spark-mlrun-read-csv.ipynb\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
304+
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/blob/release/1.3.x-latest/howto/spark/spark-mlrun-read-csv.ipynb\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
305305
" </td>\n",
306306
" <td>Demonstrates how to run a Spark job that reads a CSV file and logs the data set to an MLRun database.\n",
307307
" </td>\n",
@@ -312,7 +312,7 @@
312312
" <a href=\"demos/howto/spark/spark-mlrun-describe.ipynb\"><img src=\"./assets/images/Jupyter-Logo-32px.png\"/><br>Open locally</a>\n",
313313
" </td>\n",
314314
" <td align=\"center\", style=\"min-width:45px; padding: 10px;\">\n",
315-
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/blob/1.3.x-latest/howto/spark/spark-mlrun-describe.ipynb\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
315+
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/blob/release/1.3.x-latest/howto/spark/spark-mlrun-describe.ipynb\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
316316
" </td>\n",
317317
" <td>Demonstrates how to create and run a Spark job that generates a profile report from an Apache Spark DataFrame based on pandas profiling.\n",
318318
" </td>\n",
@@ -323,7 +323,7 @@
323323
" <a href=\"demos/howto/spark/spark-operator.ipynb\"><img src=\"./assets/images/Jupyter-Logo-32px.png\"/><br>Open locally</a>\n",
324324
" </td>\n",
325325
" <td align=\"center\", style=\"min-width:45px; padding: 10px;\">\n",
326-
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/blob/1.3.x-latest/howto/spark/spark-operator.ipynb\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
326+
" <a target=\"_blank\" href=\"https://github.com/mlrun/demos/blob/release/1.3.x-latest/howto/spark/spark-operator.ipynb\"><img src=\"./assets/images/GitHub-Mark-32px.png\"/><br>View on GitHub</a>\n",
327327
" </td>\n",
328328
" <td>Demonstrates how to use <a target=\"_blank\" href=\"https://github.com/GoogleCloudPlatform/spark-on-k8s-operator\">Spark Operator</a> to run a Spark job over Kubernetes with MLRun.\n",
329329
" </td>\n",

0 commit comments

Comments
 (0)