You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: introduction_to_amazon_algorithms/xgboost_abalone/xgboost_abalone.ipynb
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,13 @@
280
280
" print(status)"
281
281
]
282
282
},
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."
0 commit comments