Home > Workshops > Medicare Payment Prediction with Amazon SageMaker Autopilot

Medicare Payment Prediction with Amazon SageMaker Autopilot

Amazon SageMaker Autopilot is an automated machine learning (commonly referred to as AutoML) solution for tabular datasets. You can use SageMaker Autopilot in different ways: on autopilot (hence the name) or with human guidance, without code through SageMaker Studio, or using the AWS SDKs. This notebook, as a first glimpse, will use the AWS SDKs to simply create and deploy a machine learning model. Feature Engineering and hyperparameter tuning can be a laborious process, especially in “messy” dataset, like the one discussed in this notebook. Autopilot will perform the feature engineering and hyperparameter tuning for us.

Predicting payments from insurance providers for healthcare services provided is essential for providers, insurers, and patients. This notebook analzes a 2010 dataset of Medicare payments based on a sample of benificiaries.

Resources: