lorisleitner / ismycommitmessageuseful

Rating commit messages using machine learning

Home Page:https://ismycommitmessageuseful.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ismycommitmessageuseful

ismycommitmessageuseful is a proof-of-concept project that rates your commit messages using machine learning. It will rate your messages from 0% to 100% usefulness.

The model is trained using a large set of messages from well-known open-source repositories.

The training process is not finalized and will be adjusted. Currently a n-gram bag-of-words trainer is used to learn from the messages.

To improve the model accuracy, you rate the usefulness of commit messages in dataset on the webpage.

Licensed under the MIT License

About

Rating commit messages using machine learning

https://ismycommitmessageuseful.github.io

License:MIT License


Languages

Language:C# 99.6%Language:Dockerfile 0.4%