Skip to content
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

Code for categorical features is broken/incomplete #6

Open
joby-h20 opened this issue Mar 24, 2020 · 1 comment
Open

Code for categorical features is broken/incomplete #6

joby-h20 opened this issue Mar 24, 2020 · 1 comment

Comments

@joby-h20
Copy link

I believe that code for _first_order_ale_cat is broken or incomplete.

@MaximeJumelle
Copy link
Collaborator

Hello,

Indeed the function _first_order_ale_cat is not providing the expected output. It is due to the fact that sorting categorical feature is a bit more complicated than with numerical features.
It is suggested to use a dimensionality reduction algorithm such as MDS to provide a one-dimensional array with numerical features to easily sort it.

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