Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
sumny committed May 22, 2024
1 parent 997ceec commit a2acf26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ pip install HEBO==0.3.5 --no-deps
Experiments:

* create experiments scripts and run them (`run_experiments.sh`), e.g., via slurm submit scripts
* this will create folders in `results/`
* this will create folders and result files in `results/`

Below is example code to generate experiments (e.g., for CatBoost).
See `main.py` and the main logic in `reshufflebench`.
Code in `analyze/` is used to analyze experiment results.
Code in `visualize` is used to visualize analyzed experiment results.

Random Holdout

Expand Down
2 changes: 1 addition & 1 deletion simulations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Simulations:
`python create_simulations.py`

Afterwards, analyses of these result files can be performed via `analyze.R` to generate figures in `plots/`.

You can obtain raw results via the following link: `https://www.dropbox.com/scl/fi/2ql036q33ftdjoff2jv8u/simulation_results.zip?rlkey=y81yv6ynejubmrls1jfwt4qns&st=rjnh6esb&dl=0` and unzip these csvs and place them in `results/`.
1 change: 0 additions & 1 deletion simulations/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def kernel_factory(
torch.manual_seed(42)

results_path = "results"
plots_path = "plots"
d = 1
alpha = args.alpha
lengthscale = args.lengthscale
Expand Down

0 comments on commit a2acf26

Please sign in to comment.