Using threading for parallel processing speeds up prediction by a factor of...
Using threading for parallel processing speeds up prediction by a factor of 100: most of the time consumed was on passing data to the processes. Switched from the EllipticEnvelope to an IQR-based outlier detection method -- faster and does not assume Gaussianity. Since this happens after the PCA, the data is already decorrelated.
parent
479df0e3
No related branches found
No related tags found
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
Loading
Please register or sign in to comment