Skip to content

Commit

Permalink
Merge pull request #368 from jillnogold/update-readme
Browse files Browse the repository at this point in the history
add netops demo
  • Loading branch information
aviaIguazio authored May 16, 2022
2 parents 281957a + e7f8b8b commit 6dd6b0c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ For full usage instructions, run the script with the `-h` or `--help` flag:
feature sets, then train the models, then deploy it as an online serving function, and then close the loop with model monitoring.
</td>
</tr>
<tr>
<td><b>NetOps Demo: Predictive Network Operations/Telemetry</b></td>
<td align="center", style="min-width:45px; padding: 10px;">
<a href="demos/network-operations/README.md"><img src="./assets/images/Jupyter-Logo-32px.png"/><br>Open locally</a>
</td>
<td align="center", style="min-width:45px; padding: 10px;">
<a target="_blank" href="https://github.com/mlrun/demos/tree/1.0.x/network-operations/"><img src="./assets/images/GitHub-Mark-32px.png"/><br>View on GitHub</a>
</td>
<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).
The demo implements feature engineering, model training, testing, inference, and model monitoring (with concept-drift detection).
The demo uses a offline/real-time metrics simulator to generate semi-random network telemetry data that is used across the pipeline.
</td>
</tr>
</table>

<a id="howto-demos"></a>
Expand Down

0 comments on commit 6dd6b0c

Please sign in to comment.