Skip to content

Commit d0437b7

Browse files
updates
1 parent f5841fd commit d0437b7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mlops/unit_2_training/pipelines/xgboost_training/metadata.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ blocks:
3030
language: python
3131
name: xgboost Hyperparameter tuning
3232
retry_config: null
33-
status: updated
33+
status: executed
3434
timeout: null
3535
type: transformer
3636
upstream_blocks:
3737
- training_set
3838
uuid: hyperparameter_tuning/xgboost
39-
- all_upstream_blocks_executed: false
39+
- all_upstream_blocks_executed: true
4040
color: null
4141
configuration:
4242
file_source:
@@ -49,13 +49,13 @@ blocks:
4949
language: python
5050
name: XGBoost
5151
retry_config: null
52-
status: failed
52+
status: executed
5353
timeout: null
5454
type: data_exporter
5555
upstream_blocks:
5656
- hyperparameter_tuning/xgboost
5757
uuid: xgboost
58-
- all_upstream_blocks_executed: false
58+
- all_upstream_blocks_executed: true
5959
color: pink
6060
configuration:
6161
file_source:
@@ -98,8 +98,8 @@ tags: []
9898
type: python
9999
uuid: xgboost_training
100100
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
104104
variables_dir: /home/src/mage_data/unit_2_training
105105
widgets: []

0 commit comments

Comments
 (0)