Important
The current stable version of EDrewcated Guesser does not officially support retraining ML algorithms. This is a feature planned for a future update. If you'd like to contribute, the development branch for these features is dev-algorithm-training.
The machine learning algorithm is just fine on its own, and you should not retrain it unless you know what you are doing.
Retraining the algorithm takes a lot of CPU resources and time. You have been warned.
If you are retraining the algorithm, follow these steps.
- Run
update-dataset-global.shto gather the data (usesopr/all-events). - Run
prepare-machinelearning.pyto process the data (createsmachinefile.csv). - Actually train the algorithm by running the
ml-test.pyprogram (usesmachinefile.csv).