Closed HansBambel closed 4 years ago
This PR adds:
Added need for numba-package. This reduces creation of magnitude calculation to only 10% of pure python implementation.
ROC score of Randomforest (with 100 trees) is 0.72 on the (non-corrected) blackforest dataset
Smoothing requires scipy.signal.savgol_filter to be able to converted to numba function... maybe later...
This PR adds:
Added need for numba-package. This reduces creation of magnitude calculation to only 10% of pure python implementation.