About this Learning Series
With this AI-driven DevOps aka AIOps, whenever anything abnormal happens in enterprise operation, it’s brought to the attention of anyone concerned along with contextual data, to help resolve the issue. What is abnormal is defined with reference to what is good or normal. What is normal is learnt by the system using Machine Learning. In other words, the system is Machine Learning driven and not rule driven. Various operational data streams are analyzed for building ML models and for the prediction of anomalies.
Register
FREE RegistrationWhat is covered
- Exploratory data analysis using python to discover the category of data
- Independent univariate data anomaly detection on Spark/Scala
- Autoregressive univariate data anomaly detection on Spark/Scala
- Multivariate data anomaly detection on Spark/Scala
- Multivariate data anomaly detection on Spark/Scala
- Data long term drift or change point detection on Spark/Scala
- Anomaly aggregation based on data stream hierarchy on Spark/Scala
- Anomaly thresholding to control event flooding with Machine Learning on Spark/Scala
Target Audience
- COO
- CIO
- DevOps
- Software Engineers
What to Bring
- Please bring a reasonably modern laptop (Corporate laptops with overly restrictive firewalls may not work well; Personal laptops are recommended)
- [nice to have] download our docker image elephantscale/es-training
Session Details
Session 1: Exploratory data analysis using python to discover the category of data(2020-10-02)
Session 2: Independent Univariate data anomaly detection on Spark/Scala(2020-10-16)
Session 3: Auto-Regressive Univariate data anomaly detection on Spark/Scala(2020-11-06)
Session 4: Multivariate data anomaly detection on Spark/Scala(2020-11-20)
Session 5: Multivariate Auto-Regressive data anomaly detection(2020-12-04)
Session 6: Data long term drift or change point detection on Spark/Scala(2020-12-18)
Session Recordings(On-demand)
Class Notes:
https://docs.google.com/document/d/16SxeSIbZgEZNFMphatNap5h3YRxFZDHtpeS56dAio1A/edit
Git Repo:
The python implementation is available in the open source project avenir in GitHub