jonathanpeppers / inclusive-code-reviews-ml

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

Introducing the Maui Trainer App #3

Closed tj-devel709 closed 2 years ago

tj-devel709 commented 2 years ago

This PR brings on a small Maui app that can be used to help us sort the comments faster!

We can load in the csv files from the github database we have and quickly mark if the comment is positive or negative and move on to the next one. After we are done, we can save to a csv file, or we can append to an existing csv file such as the test.csv file that contains all of our scores now.

There is more work to be done denoted with a "TODO" inside the Maui/MLTrainer/MainPage.xaml.cs file and general UI changes would be great :)

image