Recent Articles

Classifying bugfix commits with ML.NET

Classifying bugfix commits with ML.NET

Training a commit bugfix / non-bugfix binary classification model with ML.NET

By
Matt Eland avatar
Matt Eland on
I got a masters degree from using ML.NET to predict if code commits are bugfixes or non-bugfixes. Here’s how I trained, evaluated, and deployed those binary classification models using C#.
Why use ML.NET?

Why use ML.NET?

Powerful, versatile, efficient, and intuitive machine learning in .NET.

By
Matt Eland avatar
Matt Eland on
ML.NET is fast, powerful, and developer and production ready. Let’s talk about what ML.NET is and why you might want to use it.