Skip to content

Commit 7fc85b0

Browse files
authored
Merge pull request aws#165 from awslabs/vrkhare-patch-1
Added markdown on compatibility with sparkML
2 parents 68749fc + 75a297c commit 7fc85b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_functionality/xgboost_bring_your_own_model/xgboost_bring_your_own_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"\n",
2929
"Amazon SageMaker includes functionality to support a hosted notebook environment, distributed, serverless training, and real-time hosting. We think it works best when all three of these services are used together, but they can also be used independently. Some use cases may only require hosting. Maybe the model was trained prior to Amazon SageMaker existing, in a different service.\n",
3030
"\n",
31-
"This notebook shows how to use a pre-existing scikit-learn model with the Amazon SageMaker XGBoost Algorithm container to quickly create a hosted endpoint for that model.\n",
31+
"This notebook shows how to use a pre-existing scikit-learn trained XGBoost model with the Amazon SageMaker XGBoost Algorithm container to quickly create a hosted endpoint for that model. Please note that scikit-learn XGBoost model is compatible with SageMaker XGBoost container, whereas other gradient boosted tree models (such as one trained in SparkML) are not.\n",
3232
"\n",
3333
"---\n",
3434
"## Setup\n",

0 commit comments

Comments
 (0)