8000 IsolationForest with categorical attributes · Issue #11927 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

IsolationForest with categorical attributes #11927

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
ywc1026 opened this issue Aug 28, 2018 · 3 comments
Closed

IsolationForest with categorical attributes #11927

ywc1026 opened this issue Aug 28, 2018 · 3 comments

Comments

@ywc1026
Copy link
ywc1026 commented Aug 28, 2018

IsolationForest is implemented with a bagging of ExtraTreeRegressor and the author of extrmely randomized trees propose a way to generate random (binary) splits by selecting a random subset of
their possible values.
Can IsolationForest handle with categorical attributes in sklearn?

Ref.
https://orbi.uliege.be/bitstream/2268/9357/1/geurts-mlj-advance.pdf

@jnothman
Copy link
Member

Poor support for categorical variables is a long-known limitation of our tree implementation, with a potential fix (long awaiting review) at #4899.

I'm closing this as a duplicate of #5212 and others (#9968, #11258, ...).

@ywc1026
Copy link
Author
ywc1026 commented Aug 29, 2018

Thank you :)

@jnothman
Copy link
Member

You can thank me when I review that pull request 🤯

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

No branches or pull requests

2 participants
0