Skip to content

Commit

Permalink
Merge branch 'main' into onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 5, 2024
2 parents ed66a32 + 0208a9a commit 5863769
Show file tree
Hide file tree
Showing 5 changed files with 3,736 additions and 346 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
uses: prefix-dev/[email protected]
- name: Install repository
run: |
pixi run -e default postinstall
pixi run -e default python benchmarks/benchmark.py
pixi run -e benchmark postinstall
pixi run benchmark
- name: Update readme.md
run: |
line_number=`grep "| T-learner" benchmarks/readme.md -n | cut -f1 -d:`
Expand Down
18 changes: 0 additions & 18 deletions benchmarks/environment.yml

This file was deleted.

6 changes: 2 additions & 4 deletions benchmarks/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ In order to recreate the benchmarks you can run the following:
```
$ git clone https://github.com/Quantco/metalearners.git
$ cd metalearners
$ micromamba env create -f benchmarks/environment.yml
$ micromamba activate benchmarks
$ pip install -e .
$ python benchmarks/benchmark.py
$ pixi run -e benchmark postinstall
$ pixi run benchmark
```

After this, you can investigate `comparison.json`, e.g. by running
Expand Down
Loading

0 comments on commit 5863769

Please sign in to comment.