- Notifications
You must be signed in to change notification settings - Fork2
Asset Prediction Sagemaker Pipelines Example
License
aws-samples/asset-prediction-sagemaker-pipelines-example
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
⚠️ Disclaimer: This code is providedAS IS. Check out theLICENSE file.
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
.├── 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)nvmwith nodejsv14installedyarnpyenvwithpython3.xinstalleddockerjqvscodewitheslintplugin (preferred)
- AWS Account Access (setup) with enough permission to deploy the application
- AWS CLI version 2 withnamed profile setup
SeeCONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.
About
Asset Prediction Sagemaker Pipelines Example
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.