Skip to content

Commit 2f201f3

Browse files
authored
Merge pull request aws#351 from pigna90/add-note-xgboost
Added short note about validation channel
2 parents 79c4142 + 13b2e78 commit 2f201f3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

introduction_to_amazon_algorithms/xgboost_abalone/xgboost_abalone.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@
280280
" print(status)"
281281
]
282282
},
283+
{
284+
"cell_type": "markdown",
285+
"metadata": {},
286+
"source": [
287+
"Note that the \"validation\" channel has been initialized too. The SageMaker XGBoost algorithm actually calculates RMSE and writes it to the CloudWatch logs on the data passed to the \"validation\" channel."
288+
]
289+
},
283290
{
284291
"cell_type": "markdown",
285292
"metadata": {},
@@ -573,7 +580,7 @@
573580
"name": "python",
574581
"nbconvert_exporter": "python",
575582
"pygments_lexer": "ipython3",
576-
"version": "3.6.2"
583+
"version": "3.6.4"
577584
}
578585
},
579586
"nbformat": 4,

0 commit comments

Comments
 (0)