8000 Isolation Forest executes single-threaded during prediction · Issue #14000 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Isolation Forest executes single-threaded during prediction #14000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sergiormpereira opened this issue May 31, 2019 · 0 comments · Fixed by #28622
Closed

Isolation Forest executes single-threaded during prediction #14000

sergiormpereira opened this issue May 31, 2019 · 0 comments · Fixed by #28622

Comments

@sergiormpereira
Copy link

Description

Isolation Forest is executed in parallel during fitting. But, during prediction it is running single-threaded. This translates into being quite slow at prediction time.

Together with this issue I am submitting a PR that parallelises prediction.

Steps/Code to Reproduce

NA

Expected Results

NA

Actual Results

NA

Versions

python: 3.6.8
sklearn: 0.22.dev0
numpy: 1.16.4
scipy: 1.3.0
Cython: 0.29.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
0