Skip to content

Commit

Permalink
Add a GAMA configuration intended for benchmarking (#426)
Browse files Browse the repository at this point in the history
Made the previous version abstract to avoid accidentally running the
wrong version of GAMA for the benchmark.
  • Loading branch information
PGijsbers authored Dec 1, 2021
1 parent cebb3e4 commit c9dd39b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion resources/frameworks_2021Q3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ flaml:
version: '0.6.2'

GAMA:
version: '21.0.0'
abstract: true
version: '21.0.1'

GAMA_benchmark:
extends: GAMA
params:
goal: performance

H2OAutoML:
version: '3.34.0.1'
Expand Down

0 comments on commit c9dd39b

Please sign in to comment.