refactoring-ai / predicting-refactoring-ml

Refactoring recommendation via ML
MIT License
28 stars 8 forks source link

Train, validation, and test #182

Closed Dahny closed 4 years ago

Dahny commented 4 years ago

Before making the production ready model we first split the data 80/20 and log the results of the predictions on the (unseen) test data.

36