Skip to content

Commit f307763

Browse files
authored
Add modified fraud detection Elyra pipline with new data csvs. (#48)
1 parent 9d83fe6 commit f307763

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

6 Train Save.pipeline

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"app_data": {
1616
"component_parameters": {
1717
"dependencies": [
18-
"data/card_transdata.csv"
18+
"data/*.csv"
1919
],
2020
"include_subdirectories": true,
2121
"outputs": [
@@ -33,7 +33,7 @@
3333
"label": "",
3434
"ui_data": {
3535
"label": "1_experiment_train.ipynb",
36-
"image": "/notebook/fraud-detection-w-modelmesh/tensorflow-workbench/static/elyra/notebook.svg",
36+
"image": "/notebook/fraud-detection/tensorflow/static/elyra/notebook.svg",
3737
"x_pos": 88,
3838
"y_pos": 275,
3939
"description": "Run notebook file"
@@ -115,7 +115,7 @@
115115
"label": "",
116116
"ui_data": {
117117
"label": "2_save_model.ipynb",
118-
"image": "/notebook/fraud-detection-w-modelmesh/tensorflow-workbench/static/elyra/notebook.svg",
118+
"image": "/notebook/fraud-detection/tensorflow/static/elyra/notebook.svg",
119119
"x_pos": 342,
120120
"y_pos": 277,
121121
"description": "Run notebook file"
@@ -168,14 +168,14 @@
168168
"name": "6 Train Save",
169169
"runtime": "Data Science Pipelines",
170170
"pipeline_defaults": {
171+
"kubernetes_shared_mem_size": {},
172+
"kubernetes_pod_labels": [],
171173
"kubernetes_tolerations": [],
172174
"mounted_volumes": [],
173175
"kubernetes_pod_annotations": [],
174-
"kubernetes_pod_labels": [],
175-
"kubernetes_shared_mem_size": {},
176176
"env_vars": [],
177177
"kubernetes_secrets": [],
178-
"runtime_image": "quay.io/modh/runtime-images@sha256:ba76fd74b7595329a23f710485a7701caa0a7b495e60c89a23d5338ca13cf2e2"
178+
"runtime_image": "quay.io/modh/runtime-images@sha256:1186ac6c9026d1091f707fe8cedfcc1ea12d1ec46edd9e8d56bb4b12ba048630"
179179
},
180180
"pipeline_parameters": []
181181
}

0 commit comments

Comments
 (0)