CodeReviewerAi / CodeReviewerBackend

Enter a function into the userInput and see if you should merge the function or not.
1 stars 0 forks source link

Responds binary classification #47

Closed johan-t closed 10 months ago

johan-t commented 10 months ago

What issue did you fix?

The model tries to predict the score but it should try to respond wether to merge or not.

Fixes: #45

Quick description of your approach:

Have set a threshold of 0.5 if it is bellow this score the function should not get merged. We need to test to see what score is the best

Checklist before requesting a review: