Classifying bugfix commits with ML.NET
Training a commit bugfix / non-bugfix binary classification model with ML.NET
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#.