diff --git a/README.md b/README.md index db1b661..574adbd 100644 --- a/README.md +++ b/README.md @@ -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. + + NetOps Demo: Predictive Network Operations/Telemetry + +
Open locally
+ + +
View on GitHub
+ + 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. + +