-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 809 Bytes
/
config.json
File metadata and controls
29 lines (29 loc) · 809 Bytes
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
{
"name": "config",
"is_kaggle": false,
"log_to_wandb": true,
"pred_with_cpu": false,
"train_series_path": "data/raw/train_series.parquet",
"train_events_path": "data/raw/train_events.csv",
"test_series_path": "data/raw/test_series.parquet",
"fe_loc_in": "data/processed",
"processed_loc_out": "data/processed",
"processed_loc_in": "data/raw",
"model_store_loc": "tm",
"model_config_loc": "model_configs",
"hpo": "horsemen1.json",
"cv": {
"splitter": "group_k_fold",
"scoring": ["score_full", "score_clean"],
"splitter_params": {
"n_splits": 5
}
},
"train_for_submission": false,
"scoring": true,
"visualize_preds": {
"n": 0,
"browser_plot": false,
"save": true
}
}