Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

lorisleitner/ismycommitmessageuseful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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