Detect Electric Power Spikes With C# and ML.NET Machine Learning

Mark Farragher
5 min readApr 26, 2019

In this article, I’m going to use C#, NET Core, and ML.NET to detect power anomalies in the data feed from a digital electricity meter.

In the world of machine learning, this type of task is called Time Series Anomaly Detection.

ML.NET is Microsoft’s new machine learning library. It can run linear regression, logistic…

--

--