ml.m5.xlarge
as your notebook instance typexgboost_customer_churn.ipynb
Conda_python3
as your kernelchange Cell 6 (shown in figure) to the following snippet:
!wget https://bit.ly/ako2020-churn-dataset
!unzip -o ako2020-churn-dataset
you can now click on the ‘Cell’ tab, as shown in figure. Alternatively, you can select a cell and hit SHIFT+Enter
on your keyboard to evaluate a single cell.
Run up to Step 17, as shown in figure
Make sure you don’t run the optional cleanup yet
Go through the notebook and examine the different steps:
Once the model is deployed and an endpoint created, we can move to the next stage.