Closed vsaveris closed 3 years ago
Concurrency implemented.
Without concurrency, all technical indicators as features: Execution time for all indicators: 203.193 seconds
With concurrency, all technical indicators as features: Execution time for all indicators: 30.831 seconds
_createMLDataFeatures
function can be time consuming depending the amount of trading technical indicators used as features for the ML data. Concurrency should be implemented.