dimstudio / SharpFlow

Script for analysing on real time the sensor data
1 stars 3 forks source link

Machine learning model for classifying transportation mode #24

Closed HansBambel closed 4 years ago

HansBambel commented 4 years ago

This PR adds:

Added need for numba-package. This reduces creation of magnitude calculation to only 10% of pure python implementation.

HansBambel commented 4 years ago

ROC score of Randomforest (with 100 trees) is 0.72 on the (non-corrected) blackforest dataset

HansBambel commented 4 years ago

Smoothing requires scipy.signal.savgol_filter to be able to converted to numba function... maybe later...