forked from micahjsmith/dengue_prediction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
39 lines (36 loc) · 793 Bytes
/
config.yml
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
problem:
name: dengue_prediction
problem_type: regression
problem_type_details:
scorer: neg_mean_absolute_error
classification_type:
data:
s3_bucket: mit-dai-micahs-misc
s3_bucket_region: us-east-1
train: data/raw
entities_table_name: dengue_features
target_table_name: dengue_labels
contrib:
module_name: dengue_prediction.features.contrib
module_path: dengue_prediction/features/contrib
comparison_remote: origin
comparison_ref: master
tables:
-
name: dengue_features
path: dengue_features.csv
pd_read_kwargs:
index_col:
- city
- year
- weekofyear
header: 0
-
name: dengue_labels
path: dengue_labels.csv
pd_read_kwargs:
index_col:
- city
- year
- weekofyear
header: 0