-
Notifications
You must be signed in to change notification settings - Fork 2
/
bnsl.yaml
52 lines (41 loc) · 1.04 KB
/
bnsl.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# limit for each "outer" cv fold
wallclock_limit: 120
# allowed feature groups (problem-specific)
allowed_feature_groups:
- basic
- basic_extended
- lower_bounding
#- greedy_probing
#- A*_probing
#- CP_probing
#- ILP_probing
# as-autosklearn configuration
# missing values
imputer_strategy: 'median'
#imputer_strategy: 'mean'
#imputer_strategy: 'most_frequent'
# preprocessing
preprocessing_strategy: 'scale'
# if this is present with any value (even something like "no" or "False"), then
# the logarithm of the performance data will be used for training and testing
log_performance_data: True
fields_to_log:
- "POPS-Count"
- "VPOPS-Maximum"
- "VPOPS-Mean"
- "VPOPS-Standard-Deviation"
- "PSS-Maximum"
- "PSS-Mean"
- "PSS-Standard-Deviation"
# autofolio configuration
# preprocessing strategies
pca: False
impute: True
scale: True
# use ASPeed to find a presolving schedule?
presolve: False
# pairwise classifiers
random_forest_classifier: True
xgboost_classifier: True
# pairwise regressors
random_forest_regressor: True