Guz-Ali / AWS-Streaming-Data-to-ML-Model-Pipeline

A complete AWS pipeline that collects, compiles, preprocesses streaming data and trains an ML model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating a ML model with real-time data using AWS SageMaker, Kinesis, and S3

  • Big Data has become part of our lives. Along with it came the increase in supply of many highly accurate Artificial Intelligence models, which use existing data to generate new data or classify, predict, or estimate existing data. As such, many companies have also shown interest in integrating AI into their applications and company tech stack. With this project, we explore how a company with continuous data stream can utilize Amazon Web Services systems such as Kinesis Data Streams, S3, and SageMaker to create an end-to-end Machine Learning pipeline, starting from data transfer-compilation until model prediction and analysis.
  • In this paper, we’ve managed to gather 7000+ user churn data in separate JSON files through Kinesis Data Streams into S3, pre-process with PySpark, further pre-process with Data Wrangler, and build an ML model with SageMaker. Using the quick-build option, we were able to get a classification model within ten minutes (build time) with an overall 76% accuracy, and an F-score of 0.642, without having to tweak hyperparameters or define the type of ML model.
  • The main purpose of this paper is to show how we approached the problem, the AWS architecture we came up with, and how the AWS systems make this convenient. Model accuracy is not a metric for this project.
  • End-to-end Architecture: AWS CLI (JSON Streaming Data) -> AWS Kinesis Data Streams -> AWS Data Firehose -> AWS S3 -> AWS EMR-Spark -> AWS S3 -> AWS Data Wrangler -> AWS SageMaker

Review the research paper from here: https://github.com/Guz-Ali/AWS-Streaming-Data-to-ML-Model-Pipeline/blob/main/CSP554%20-%20Customer%20Churn%20Prediction%20using%20AWS%20Kinesis%20and%20SageMaker.pdf

Useful Resources

About

A complete AWS pipeline that collects, compiles, preprocesses streaming data and trains an ML model


Languages

Language:Python 75.5%Language:Java 24.5%