Skip to content

Commit 57463cf

Browse files
authored
Merge pull request #1247 from automl/development
Release 0.14.0
2 parents 4597152 + fb2ceb8 commit 57463cf

File tree

240 files changed

+26746
-23313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+26746
-23313
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
3+
# binary, 1000 instances, 23 features, 2 labels
4+
- name: credit-g
5+
openml_task_id: 31
6+
7+
# multi-label, 1080 instances, 857 features, 9 labels
8+
- name: cnae-9
9+
openml_task_id: 9981
10+
11+
# binary, highly imbalanced, 2109 instances, 22 features, 2 labels
12+
- name: kc1
13+
openml_task_id: 3917
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
3+
# Regression, 303 instances, 14 features, 1 target
4+
- name: cholesterol
5+
openml_task_id: 2295
6+
7+
# Regression, 345 instances, 6 features, 1 target
8+
- name: liver-disorders
9+
openml_task_id: 52948
10+
11+
# Regression, 1460 instances, 80 features, 1 target
12+
- name: house-prices-nominal
13+
openml_task_id: 359951

Diff for: .github/workflows/benchmarking-files/config.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
frameworks:
3+
4+
definition_file: # this allows to add custom framework definitions (in {user}/frameworks.yaml) on top of the default ones.
5+
- '{root}/resources/frameworks.yaml'
6+
- '{user}/frameworks.yaml'
7+
8+
benchmarks:
9+
10+
definition_dir: # this allows to add custom benchmark definitions (under {user}/benchmarks) to the default ones.
11+
- '{root}/resources/benchmarks'
12+
- '{user}/benchmarks'
13+
14+
constraints_file: # this allows to add custom constraint definitions (in {user}/constraints.yaml) on top of the default ones.
15+
- '{root}/resources/constraints.yaml'
16+
- '{user}/constraints.yaml'
17+
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
10fold10min:
3+
folds: 10
4+
max_runtime_seconds: 600

Diff for: .github/workflows/benchmarking-files/frameworks.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
# This file is unused but just marks the structure of what is created
3+
# in github action runners.
4+
# For generating baselines we require no additional files
5+
# For creating regression tests we dynamically create this file

0 commit comments

Comments
 (0)