Skip to content

Commit 24fcd49

Browse files
minlu1021minlu1021
andauthored
Update neo xgboost notebook (#2025)
Co-authored-by: minlu1021 <minlulu@amazoncom>
1 parent 3de5507 commit 24fcd49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sagemaker_neo_compilation_jobs/xgboost_customer_churn/xgboost_customer_churn_neo.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
"outputs": [],
343343
"source": [
344344
"from sagemaker import image_uris\n",
345-
"container = image_uris.retrieve(framework='xgboost', region=boto3.Session().region_name, version='1')"
345+
"container = image_uris.retrieve(framework='xgboost', region=boto3.Session().region_name, version='1.0-1')"
346346
]
347347
},
348348
{
@@ -629,7 +629,7 @@
629629
" input_shape={'data':[1, 69]},\n",
630630
" role=role,\n",
631631
" framework='xgboost',\n",
632-
" framework_version='0.9',\n",
632+
" framework_version='latest',\n",
633633
" output_path=output_path)"
634634
]
635635
},
@@ -743,10 +743,10 @@
743743
"name": "python",
744744
"nbconvert_exporter": "python",
745745
"pygments_lexer": "ipython3",
746-
"version": "3.6.5"
746+
"version": "3.6.10"
747747
},
748748
"notice": "Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
749749
},
750750
"nbformat": 4,
751751
"nbformat_minor": 2
752-
}
752+
}

0 commit comments

Comments
 (0)