Classifying bugfix commits with ML.NET

This page summarizes the projects mentioned and recommended in the original post on dev.to

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. gitstractor

    A library for visualizing the commits, authors, and files of any git repository

    To help analyze the history of git-based codebases I’ve been developing a tool called GitStractor. This project can extract data from any git repository regardless of programming languages used and store that data in a set of CSV files. These CSV files can then be ingested by an analytics notebook or data visualization tool to visualize the structure of the project and how it had changed over time.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. ML.NET

    ML.NET is an open source and cross-platform machine learning framework for .NET.

    ML.NET – Microsoft’s machine learning library for .NET applications

  4. interactive

    .NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.

    Polyglot Notebooks / .NET Interactive – A collection of kernels integrated into Jupyter Notebooks allowing for additional languages such as C#, F#, PowerShell, and SQL.

  5. EmergenceWin

    Roguelike core game logic. A nicer front-end will later be added to present the core to the end user.

    Emergence – A science fiction roguelike game development project I was working on at one time.

  6. Wherewolf

    Wherewolf – A probabilistic model of the One Night Ultimate Werewolf card game I'm currently developing as time allows.

  7. LLamaSharp

    A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.

    A label column was added to the dataset indicating whether or not the commit represented a bugfix commit. The initial value of this column came from using LLamaSharp to interact with a Phi-3 Mini 4k Instruct large language model (LLM) running on-device on a Linux machine using an RTX 4070 graphics card and CUDA 12.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Does anyone have any experience using ML.NET for forecasting?

    3 projects | /r/dotnet | 15 Jan 2023
  • Neural networks in C#/Unity

    2 projects | /r/csharp | 13 Jan 2022
  • Beginner’s Guide — Generate Videos With SwarmUI

    1 project | dev.to | 14 Jun 2025
  • How To Run OpenAI Agents SDK Locally With 100+ LLMs and Custom Tracing

    5 projects | dev.to | 7 May 2025
  • Create a Smart Java Chatbot Using Python’s ChatterBot – No APIs Needed

    1 project | dev.to | 24 Apr 2025

Did you know that C# is
the 11th most popular programming language
based on number of references?