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#.
Loading data, describing that data, and visualizing it in a single notebook can be surprisingly difficult with F#. This article walks you through the rough points of performing EDA in a .NET data science notebook.