jonathanpeppers / inclusive-code-reviews-ml

Machine learning for code reviews!
MIT License
14 stars 6 forks source link

Trim trailing punctuation #60

Closed jonathanpeppers closed 2 years ago

jonathanpeppers commented 2 years ago

Context: https://github.com/jonathanpeppers/inclusive-code-reviews-browser/pull/143 Context: https://github.com/jonathanpeppers/inclusive-code-reviews-browser/issues/123

We've found that adding a ., :, etc. can influence the results of the machine learning model. Let's trim out trailing punctuation to solve this.

I manually replaced lines in our dataset as well.