/PredictiveModel

SVM-python model for real time races predictions

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

raceSVM

Real time features extraction from Excel files, text raw data and prediction using an SVM pre built model. Data describes fast races read every 1/5 of a seconds.

Data loading and prediction are done in parallel using two separate threads.

ui.py contains the GUI definition and properties as well as live update and train functions.

NN_pred.py contains the parsing, learning and prediction functions