Skip to content

Commit

Permalink
Minor update to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
halflearned committed Feb 16, 2021
1 parent 21c4492 commit 4ed236f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions experiments/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,24 @@ python compute_wdecorrelation_lambda.py
```
to precompute bias-variance trade-off parameters for the W-decorrelation method.

**Step 1**
**Step 1: Simulation**

Open `simulations.ipynb` on jupyter lab or jupyter notebook and run it. Or, on Terminal:
```
python simulations.py
```
The results will be stored in folder `results/`
The results will be stored in folder `results/`.

**Step 2**

**Step 2: Aggregation**

Once the results are ready, they can be aggregated via the following script.
```
python aggregate.py
```


**Step 3: Plotting**

Open `plots.ipynb` on jupyter lab or jupyter notebook and run it. Plots will be stored in folder `figures/`.

Expand All @@ -34,3 +43,4 @@ Users with access to Stanford's Sherlock cluster can run simulations above in pa
sbatch [-p PARTITION] jobfile-wdecorr.job
sbatch [-p PARTITION] jobfile.job
```
Other users can ignore these files.

0 comments on commit 4ed236f

Please sign in to comment.