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

Anchor provided is unexpcted. #78

Open
chenz1hao opened this issue Feb 24, 2022 · 0 comments
Open

Anchor provided is unexpcted. #78

chenz1hao opened this issue Feb 24, 2022 · 0 comments

Comments

@chenz1hao
Copy link

chenz1hao commented Feb 24, 2022

My dataset has already binarization into one-hot format, like features:['loan_amount<500','loan_amount>=500'] with values [[0,1],[1,0],[0,1]].
So the anchor we expected should be like: "loan_amount<500=0" or "loan_amount>=500=1" However, when i ran the algorithm, it showed some characters. be like below:
image
How would this happend? There is no values like 'n', 'a' or 'g' in data.
P.S. Categorical_names is all the features because I have binarized manually in advance.

@chenz1hao chenz1hao changed the title Anchor it provided is unexpcted. Anchor provided is unexpcted. Feb 24, 2022
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

1 participant