-
Notifications
You must be signed in to change notification settings - Fork 5
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
Running the experimental pipeline? #2
Comments
Hi Martin, thank you for your interest in our work! Although @kexinrong has written all of the cpp code, I will try to the best of my knowledge give you a high-level idea of how to run the experiments until Kexin can chime in. There are roughly two separate folders to look into:
In terms of the experiments, for each dataset in question there are a few things that need to be done:
|
Paris - Thanks for the information! Hi Martin: Thanks for reaching out. Please refer to Pari's comments on the overall project structure and preprocessing. A few additions/clarifications: You can change the main program by modifying the executable in cmake. Hope it helps! |
Thank you, @kexinrong and @psiminelakis! I'll try to work from what you described. It's a bit unfortunate that there is no bash script that exemplifies how to run everything for at least one of the datasets. I hope it's ok if I keep this open and get back to you if I have more questions. |
One additional note: with the new updated datasets, it should be easier to get an example run. For example, if you compile the RunAdaptive as the main executable, you can run adaptive sampling with RS, with eps=0.2 using I also suggest start trying with the shuttle dataset since it's smaller and easier to debug. |
Hi all!
Let me first thank you for making your source code available!
I was interested in reproducing some of your runs (Table 1 and Figure 3) and found it a bit difficult to do. I found some code to work on the
covertype
dataset, but nothing else. Is there documentation or some shell scripts that allow me to run more experiments? :-) If not, would it be possible to get a short overview how the code is supposed to be run?Thank you!
Martin
The text was updated successfully, but these errors were encountered: