{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Implement ML pipeline Using the AWS Glue Workflow\n", "\n", "1. [Introduction](#Introduction)\n", "1. [Setup](#Setup)\n", "1. [Build a Machine Learning Workflow](#Build-a-Machine-Learning-Workflow)\n", "1. [Run the Workflow](#Run-the-Workflow)\n", "1. [Evaluate the deployed model](#Evaluate-the-deployed-model)\n", "1. [Clean Up](#Clean-Up)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "---\n", "\n", "## Introduction\n", "\n", "This notebook describes how to use Glue Workflow with PySpark scripts to create a machine learning pipeline across data preparation, model training, model evaluation and model register. The defintion of workflow as beflow:\n", "\n", "