Skip to content

Commit 5d7041f

Browse files
Merge pull request #1 from aws-samples/fix/pipelines
Fix/pipelines
2 parents 5340e9c + 57decad commit 5d7041f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ churn.txt
7676
4-Deployment/Batch/test_batch.csv.out
7777
4-Deployment/Batch/xgboost-model
7878
6-Pipelines/my_labs_solutions/*.py
79+
6-Pipelines/my_labs_solutions/*.json
7980
1-DataPrep/part-00000*
-4 Bytes
Binary file not shown.

6-Pipelines/pipelines.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@
14321432
" )\n",
14331433
" )\n",
14341434
"\n",
1435-
" model_package_group_name=\"CustomerChurnPackageGroup\"\n",
1435+
" #model_package_group_name=\"CustomerChurnPackageGroup\"\n",
14361436
"\n",
14371437
" # Register model step that will be conditionally executed\n",
14381438
" step_register = RegisterModel(\n",

0 commit comments

Comments
 (0)