Case Studies

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#.