-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1247 from automl/development
Release 0.14.0
- Loading branch information
Showing
240 changed files
with
26,746 additions
and
23,313 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
.github/workflows/benchmarking-files/benchmarks/classification.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
|
||
# binary, 1000 instances, 23 features, 2 labels | ||
- name: credit-g | ||
openml_task_id: 31 | ||
|
||
# multi-label, 1080 instances, 857 features, 9 labels | ||
- name: cnae-9 | ||
openml_task_id: 9981 | ||
|
||
# binary, highly imbalanced, 2109 instances, 22 features, 2 labels | ||
- name: kc1 | ||
openml_task_id: 3917 |
13 changes: 13 additions & 0 deletions
13
.github/workflows/benchmarking-files/benchmarks/regression.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
|
||
# Regression, 303 instances, 14 features, 1 target | ||
- name: cholesterol | ||
openml_task_id: 2295 | ||
|
||
# Regression, 345 instances, 6 features, 1 target | ||
- name: liver-disorders | ||
openml_task_id: 52948 | ||
|
||
# Regression, 1460 instances, 80 features, 1 target | ||
- name: house-prices-nominal | ||
openml_task_id: 359951 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
frameworks: | ||
|
||
definition_file: # this allows to add custom framework definitions (in {user}/frameworks.yaml) on top of the default ones. | ||
- '{root}/resources/frameworks.yaml' | ||
- '{user}/frameworks.yaml' | ||
|
||
benchmarks: | ||
|
||
definition_dir: # this allows to add custom benchmark definitions (under {user}/benchmarks) to the default ones. | ||
- '{root}/resources/benchmarks' | ||
- '{user}/benchmarks' | ||
|
||
constraints_file: # this allows to add custom constraint definitions (in {user}/constraints.yaml) on top of the default ones. | ||
- '{root}/resources/constraints.yaml' | ||
- '{user}/constraints.yaml' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
10fold10min: | ||
folds: 10 | ||
max_runtime_seconds: 600 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
# This file is unused but just marks the structure of what is created | ||
# in github action runners. | ||
# For generating baselines we require no additional files | ||
# For creating regression tests we dynamically create this file |
Oops, something went wrong.