-
Notifications
You must be signed in to change notification settings - Fork 2
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
Experiment on Pest Control #1
Comments
Hi, Thank you for your interest in BODi. We construct a diverse random dictionary for categorical variables as well (Please see Algorithm 5 on the last page of https://arxiv.org/pdf/2303.01774.pdf). We also provided a simple illustration of the algorithm on page 18. Please check the Alternatively, you could also convert the categorical variables using some encoding (one-hot / log encoding) as you mentioned. |
OK, I see. I will try to implement Algorithm 5 myself and apply one-hot encoding. Also, do you already have or plan to publish any python implementation of BODi for categorical variables? I mean the functionality to optimize, for example, the pest control problem without any binary encoding. |
Hi, I think I was not fully clear but the code for categorical variables is already there in one of the branches of this repository. Please access it by this link https://github.com/aryandeshwal/BODi/tree/pestcontrol directly. Thanks |
OK, I got it. Thanks |
Hello,
I have some question regarding categorical variables. Your paper for BODi shows some experiment results of the pest control probelm, but processing of non-binary categorical variables is marked as "TODO" in bodi/run_experiment.py. How did you run experiment on pest control problem with BODi? Did you use binary encoding or other encoding methods for categorical variables?
The text was updated successfully, but these errors were encountered: