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.
Loading
Please register or sign in to comment