Time Series Anomaly Detection with ML.NET in C#

from blog The Angry Dev, | ↗ original
ML.NET provides a very simple way of performing Anomaly Detection on random variables as long as they are independent and identically distributed (i.e. daily sales totals recorded at the end of each and every day). With it also being possible to detect anomalies without requiring past examples beyond your dataset. Prerequisites Before we get...