Skip to content

Commit

Permalink
Merge pull request #553 from HumairAK/iris-pipeline-img
Browse files Browse the repository at this point in the history
update iris pipeline image in sample
  • Loading branch information
HumairAK authored Jan 22, 2024
2 parents 0099f6d + 217d7be commit aa67a95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ data:
\ col_names = [\n 'Sepal_Length', 'Sepal_Width', 'Petal_Length',\
\ 'Petal_Width', 'Labels'\n ]\n df = pd.read_csv(csv_url, names=col_names)\n\
\n with open(iris_dataset.path, 'w') as f:\n df.to_csv(f)\n\n"
image: quay.io/rmartine/data-science:test9
image: quay.io/hukhan/iris-base:1
exec-normalize-dataset:
container:
args:
Expand Down Expand Up @@ -135,7 +135,7 @@ data:
\ df['Labels'] = labels\n normalized_iris_dataset.metadata['state']\
\ = \"Normalized\"\n with open(normalized_iris_dataset.path, 'w') as\
\ f:\n df.to_csv(f)\n\n"
image: quay.io/rmartine/data-science:test9
image: quay.io/hukhan/iris-base:1
exec-train-model:
container:
args:
Expand Down Expand Up @@ -176,7 +176,7 @@ data:
\ # .tolist() to convert np array to list.\n )\n\n model.metadata['framework']\
\ = 'scikit-learn'\n with open(model.path, 'wb') as f:\n pickle.dump(clf,\
\ f)\n\n"
image: quay.io/rmartine/data-science:test9
image: quay.io/hukhan/iris-base:1
pipelineInfo:
name: iris-training-pipeline
root:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ data:
\ col_names = [\n 'Sepal_Length', 'Sepal_Width', 'Petal_Length',\
\ 'Petal_Width', 'Labels'\n ]\n df = pd.read_csv(csv_url, names=col_names)\n\
\n with open(iris_dataset.path, 'w') as f:\n df.to_csv(f)\n\n"
image: quay.io/rmartine/data-science:test9
image: quay.io/hukhan/iris-base:1
exec-normalize-dataset:
container:
args:
Expand Down Expand Up @@ -134,7 +134,7 @@ data:
\ df['Labels'] = labels\n normalized_iris_dataset.metadata['state']\
\ = \"Normalized\"\n with open(normalized_iris_dataset.path, 'w') as\
\ f:\n df.to_csv(f)\n\n"
image: quay.io/rmartine/data-science:test9
image: quay.io/hukhan/iris-base:1
exec-train-model:
container:
args:
Expand Down Expand Up @@ -175,7 +175,7 @@ data:
\ # .tolist() to convert np array to list.\n )\n\n model.metadata['framework']\
\ = 'scikit-learn'\n with open(model.path, 'wb') as f:\n pickle.dump(clf,\
\ f)\n\n"
image: quay.io/rmartine/data-science:test9
image: quay.io/hukhan/iris-base:1
pipelineInfo:
name: iris-training-pipeline
root:
Expand Down

0 comments on commit aa67a95

Please sign in to comment.