File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
mlops/unit_2_training/pipelines/xgboost_training Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ blocks:
30
30
language : python
31
31
name : xgboost Hyperparameter tuning
32
32
retry_config : null
33
- status : updated
33
+ status : executed
34
34
timeout : null
35
35
type : transformer
36
36
upstream_blocks :
37
37
- training_set
38
38
uuid : hyperparameter_tuning/xgboost
39
- - all_upstream_blocks_executed : false
39
+ - all_upstream_blocks_executed : true
40
40
color : null
41
41
configuration :
42
42
file_source :
@@ -49,13 +49,13 @@ blocks:
49
49
language : python
50
50
name : XGBoost
51
51
retry_config : null
52
- status : failed
52
+ status : executed
53
53
timeout : null
54
54
type : data_exporter
55
55
upstream_blocks :
56
56
- hyperparameter_tuning/xgboost
57
57
uuid : xgboost
58
- - all_upstream_blocks_executed : false
58
+ - all_upstream_blocks_executed : true
59
59
color : pink
60
60
configuration :
61
61
file_source :
@@ -98,8 +98,8 @@ tags: []
98
98
type : python
99
99
uuid : xgboost_training
100
100
variables :
101
- early_stopping_rounds : 50
102
- max_depth : ' '
103
- max_evaluations : 40
101
+ early_stopping_rounds : 1
102
+ max_depth : 1
103
+ max_evaluations : 1
104
104
variables_dir : /home/src/mage_data/unit_2_training
105
105
widgets : []
You can’t perform that action at this time.
0 commit comments