Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Oct 16, 2023
1 parent 0dac683 commit d8bb1c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yival_experiments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ file when the source type is set to "dataset". So we need to fetch it first.

## 4. run the experiment

The full experiment configuration is [here](https://github.com/Gapminder/gapminder-ai/blob/yival/yival_experiments/experiment.yaml)

``` shell
yival run --output ./output experiment.yaml
```
Expand All @@ -42,6 +44,8 @@ outputs to a pickle file.

## 5. generate a result csv from output

Because of above issue, I created a script to generate a summary table:

``` shell
cd output
python generate_result.py
Expand Down

0 comments on commit d8bb1c0

Please sign in to comment.