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

Categorical input data support #205

Open
Moelf opened this issue Aug 24, 2024 · 2 comments
Open

Categorical input data support #205

Moelf opened this issue Aug 24, 2024 · 2 comments

Comments

@Moelf
Copy link
Contributor

Moelf commented Aug 24, 2024

what's the state on this? it seems that Python package has some limited support for it: https://xgboost.readthedocs.io/en/stable/tutorials/categorical.html

@ExpandingMan
Copy link
Collaborator

The only reference I see to this in the C lib is here. I'm somewhat doubtful that this actually does anything, if not they probably added the feature in python, which would not be unprecedented.

@Moelf
Copy link
Contributor Author

Moelf commented Aug 24, 2024

if I have to guess I'd say all they are doing is saves you the trouble of manually one hot encoding a categorical columne into N columns of Bools?

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