Skip to content

Commit 24ad314

Browse files
authored
Merge pull request #379 from jillnogold/updates-readme-3.5.3
updates for v3.5.3
2 parents b8b33e6 + b3af23e commit 24ad314

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

README.md

+23-14
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ The home directory of the platform's running-user directory (**/User/<running
5555

5656
## Getting-Started Tutorial
5757

58-
Start out by running the getting-started tutorial to familiarize yourself with the platform and experience firsthand some of its main capabilities.
59-
60-
<a href="demos/getting-started-tutorial/README.ipynb"><img src="./assets/images/view-tutorial-button.png" alt="View tutorial"/></a>
61-
62-
You can also view the tutorial on [GitHub](https://github.com/mlrun/demos/blob/release/v0.6.x-latest/getting-started-tutorial/README.md).
58+
Start out by running the [getting-started tutorial](https://docs.mlrun.org/en/latest/tutorial/01-mlrun-basics.html) to familiarize yourself with the platform and experience firsthand some of its main capabilities.
6359

6460
<a id="demos"></a>
6561

@@ -102,7 +98,7 @@ For full usage instructions, run the script with the `-h` or `--help` flag:
10298
<a href="demos/mask-detection/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
10399
</td>
104100
<td align="center", style="min-width:45px; padding: 10px;">
105-
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.1.x/mask-detection/">
101+
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.3.x-latest/mask-detection/">
106102
<img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
107103
</td>
108104
<td>This demo contains 3 notebooks where we:
@@ -117,7 +113,7 @@ For full usage instructions, run the script with the `-h` or `--help` flag:
117113
<a href="demos/fraud-prevention-feature-store/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
118114
</td>
119115
<td align="center", style="min-width:45px; padding: 10px;">
120-
<a target="_blank" href="https://github.com/mlrun/demos/blob/1.1.x/fraud-prevention-feature-store/">
116+
<a target="_blank" href="https://github.com/mlrun/demos/blob/1.3.x-latest/fraud-prevention-feature-store/">
121117
<img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
122118
</td>
123119
<td>Demonstrates the feature store usage for fraud prevention: Data ingestion & preparation; Model training & testing; Model serving; Building An Automated ML Pipeline.
@@ -129,7 +125,7 @@ For full usage instructions, run the script with the `-h` or `--help` flag:
129125
<a href="demos/news-article-nlp/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
130126
</td>
131127
<td align="center", style="min-width:45px; padding: 10px;">
132-
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.1.x/news-article-nlp/"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
128+
<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>
133129
</td>
134130
<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.
135131
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,12 +137,25 @@ Additionally, we will use MLRun's real-time inference graphs to create the pipel
141137
<a href="demos/network-operations/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
142138
</td>
143139
<td align="center", style="min-width:45px; padding: 10px;">
144-
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.1.x/network-operations/"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
140+
<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>
145141
</td>
146142
<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).
147143
The demo implements feature engineering, model training, testing, inference, and model monitoring (with concept-drift detection).
148144
The demo uses a offline/real-time metrics simulator to generate semi-random network telemetry data that is used across the pipeline.
149145
</td>
146+
</tr>
147+
<tr>
148+
<td><b>Stocks Prediction</b></td>
149+
<td align="center", style="min-width:45px; padding: 10px;">
150+
<a href="demosstocke-prediction/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
151+
</td>
152+
<td align="center", style="min-width:45px; padding: 10px;">
153+
<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>
154+
</td>
155+
<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
156+
used machine and deep learning frameworks, providing features such as automatic logging, model management, and distributed training). The demo predicts stock prices,
157+
and it creates a Grafana dashbord for model analysis.
158+
</td>
150159
</tr>
151160
</table>
152161

@@ -167,7 +176,7 @@ The demo uses a offline/real-time metrics simulator to generate semi-random netw
167176
<a href="demos/howto/converting-to-mlrun/mlrun-code.ipynb"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
168177
</td>
169178
<td align="center", style="min-width:45px; padding: 10px;">
170-
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.1.x/howto/converting-to-mlrun"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
179+
<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>
171180
</td>
172181
<td>Demonstrates how to convert existing ML code to an MLRun project.
173182
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>.
@@ -179,7 +188,7 @@ The demo uses a offline/real-time metrics simulator to generate semi-random netw
179188
<a href="demos/howto/spark/spark-mlrun-read-csv.ipynb"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
180189
</td>
181190
<td align="center", style="min-width:45px; padding: 10px;">
182-
<a target="_blank" href="https://github.com/mlrun/demos/blob/1.1.x/howto/spark/spark-mlrun-read-csv.ipynb"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
191+
<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>
183192
</td>
184193
<td>Demonstrates how to run a Spark job that reads a CSV file and logs the data set to an MLRun database.
185194
</td>
@@ -190,7 +199,7 @@ The demo uses a offline/real-time metrics simulator to generate semi-random netw
190199
<a href="demos/howto/spark/spark-mlrun-describe.ipynb"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
191200
</td>
192201
<td align="center", style="min-width:45px; padding: 10px;">
193-
<a target="_blank" href="https://github.com/mlrun/demos/blob/1.1.x/howto/spark/spark-mlrun-describe.ipynb"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
202+
<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>
194203
</td>
195204
<td>Demonstrates how to create and run a Spark job that generates a profile report from an Apache Spark DataFrame based on pandas profiling.
196205
</td>
@@ -201,7 +210,7 @@ The demo uses a offline/real-time metrics simulator to generate semi-random netw
201210
<a href="demos/howto/spark/spark-operator.ipynb"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
202211
</td>
203212
<td align="center", style="min-width:45px; padding: 10px;">
204-
<a target="_blank" href="https://github.com/mlrun/demos/blob/1.1.x/howto/spark/spark-operator.ipynb"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
213+
<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>
205214
</td>
206215
<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.
207216
</td>
@@ -261,7 +270,7 @@ For details, see the [**update-tutorials.ipynb**](update-tutorials.ipynb) notebo
261270
<a id="v3io-dir"></a>
262271
### The v3io Directory
263272

264-
The **v3io** directory that you see in the file browser of the Jupyter UI displays the contents of the `v3io` data mount for browsing the platform data containers. For information about the platform's data containers and how to reference data in these containers, see [Data Containers](https://www.iguazio.com/docs/latest-release/data-layer/containers/).
273+
The **v3io** directory that you see in the file browser of the Jupyter UI displays the contents of the `v3io` data mount for browsing the platform data containers. For information about the platform's data containers and how to reference data in these containers, see [Data Containers](https://www.iguazio.com/docs/latest-release/services/data-layer/containers/).
265274

266275
<a id="support"></a>
267276
### Support

0 commit comments

Comments
 (0)