-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathballet.yml
45 lines (45 loc) · 1.27 KB
/
ballet.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
40
41
42
43
44
45
version: 0.13.0
project:
project_name: Predict House Prices
project_slug: predict-house-prices
package_slug: ballet_predict_house_prices
problem:
problem_type: regression
problem_type_details:
scorer: neg_mean_squared_log_error
classification_type:
contrib:
module_name: ballet_predict_house_prices.features.contrib
module_path: src/ballet_predict_house_prices/features/contrib
validation:
project_structure_validator: ballet.validation.project_structure.validator.ProjectStructureValidator
feature_api_validator: ballet.validation.feature_api.validator.FeatureApiValidator
feature_accepter: ballet.validation.feature_acceptance.validator.AlwaysAccepter
feature_pruner: ballet.validation.feature_pruning.validator.NoOpPruner
github:
github_owner: ballet
remote: origin
pruning_action: commit_to_master
auto_merge_accepted_features: yes
auto_close_rejected_features: yes
data:
s3_bucket:
s3_bucket_region:
train: data/train
entities_table_name: entities
targets_table_name: targets
tables:
-
name: entities
path: entities.csv
pd_read_kwargs:
index_col: 0
header: 0
sep: ","
-
name: targets
path: targets.csv
pd_read_kwargs:
index_col: 0
header: 0
sep: ","