Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Asset Prediction Sagemaker Pipelines Example

License

NotificationsYou must be signed in to change notification settings

aws-samples/asset-prediction-sagemaker-pipelines-example

⚠️ Disclaimer: This code is providedAS IS. Check out theLICENSE file.

⭐ Introduction

This Asset Example provides a prototype-level end-to-end ML Prediction SageMaker Pipeline for customers who want to useAmazon Sagemaker to predict (financial) timeseries data.

This example leverage the prediction model introduced in the blog postEnhancing trading strategies through cloud services and machine learning, but can be customised to any other market or any other timeseries type of data.

This example pushes the blog's code one step further by automating the whole deployment pipeline, leveraging AWS SageMaker:

  • Automated listing of the datasets from the S3 origin buckets
  • Automated Feature engineering on the data selected
  • Automated model training with possible customization of the model's hyper-parameters
  • Visualization of the status of the pipeline, its tasks and of the model inference results

This project also showcases the implementation of the following major components:

  • Cloud deployment of (serverless) resources as Infrastructure as Code (IaC)
  • Web Application, to interact with the pipeline and visualize the model's result and to interact with the platform
  • Example scripts to gather data and load into the system

Getting Started

Folder structure

.├── apps    ├── asset-import (scripts to download and import assets)    ├── infra (cdk application to deploy cloud resources)    ├── scripts (scripts for local development)    └── website (web app)├── docs (detailed documentation)└── packages    ├── @config (project config related packages)    └── @infra (lerna packages for infra deloyment)

Requirements

Dev Tools

  • nvm with nodejsv14 installed
  • yarn
  • pyenv withpython3.x installed
  • docker
  • jq
  • vscode witheslint plugin (preferred)

AWS

Security

SeeCONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp