refactoring-ai / predicting-refactoring-ml

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

Feature/random test set #200

Closed jan-gerling closed 4 years ago

jan-gerling commented 4 years ago

Fix Bugs:

Features:

Other

jan-gerling commented 4 years ago
  1. You can't shuffle x and y separately.
  2. We have to use the scaler generated in the training to build the validation dataset. Otherwise, things won't match.

Both major issues are fixed.