Metadata-Version: 2.1
Name: sageworks
Version: 0.1.0
Summary: SageWorks: An easy to use WorkBench for using and deploying SageMaker Models
Home-page: https://github.com/SuperCowPowers/sageworks
Author: SuperCowPowers LLC
Author-email: support@supercowpowers.com
License: Apache License 2.0
Keywords: SageMaker,Machine Learning,AWS,Python,Utilities
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sagemaker
Requires-Dist: pandas
Requires-Dist: scikit-learn

<img align="right" style="padding:0px" src="docs/images/big_spider.png" width="320">

# SageWorks
AWS SageMaker has a fantastic set of functional components that can be used in concert to setup production level data processing and machine learning functionality.

- **Training Data:** Organized S3 buckets for training data
- **Feature Store:** Store/organize 'curated/known' feature sets
- **Model Registery:** Models with known performance stats/Model Scoreboards
- **Model Endpoints:** Easy to use HTTP(S) endpoints for single or batch predictions


## Why SageWorks?
- SageMaker is awesome but fairly complex
- SageWorks lets us setup SageMaker Pipelines in a few lines of code
- Pipeline Graphs: Visibility/Transparency into a Pipeline
    - What S3 data sources are getting pulled?
    - What Features Store(s) is the Model Using?
    - What's the ***Provenance*** of a Model in Model Registry?
    - What SageMaker Endpoints are associated with this model?

    
## Installation
```
pip install sageworks
```
