GithubHelp home page GithubHelp logo

aws-samples / asset-prediction-sagemaker-pipelines-example Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 2.0 9.87 MB

Asset Prediction Sagemaker Pipelines Example

License: MIT No Attribution

JavaScript 24.58% Shell 0.70% Python 5.25% TypeScript 68.73% HTML 0.12% CSS 0.12% Raku 0.17% Perl 0.05% Jupyter Notebook 0.26%
aws aws-lambda aws-sagemaker sagemaker-pipelines amazon-dynamodb amazon-eventbridge asset-prediction fsi timeseries-forecasting deepar-algorithm

asset-prediction-sagemaker-pipelines-example's Introduction

Asset Prediction Sagemaker Pipelines Example

⚠️ Disclaimer: This code is provided AS IS. Check out the LICENSE file.

⭐ Introduction

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

This example leverage the prediction model introduced in the blog post Enhancing 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 nodejs v14 installed
  • yarn
  • pyenv with python 3.x installed
  • docker
  • jq
  • vscode with eslint plugin (preferred)

AWS

Security

See CONTRIBUTING for more information.

License

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

asset-prediction-sagemaker-pipelines-example's People

Contributors

amazon-auto avatar dependabot[bot] avatar sperka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.