Metadata-Version: 2.1
Name: exasol-sagemaker-extension
Version: 0.11.1
Summary: Exasol SageMaker Integration
Home-page: https://github.com/exasol/sagemaker-extension
License: MIT
Keywords: exasol,sagemaker
Author: Umit Buyuksahin
Author-email: umit.buyuksahin@exasol.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: boto3 (==1.26.163)
Requires-Dist: botocore (==1.29.163)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: exasol-python-extension-common (>=0.8.0,<1)
Requires-Dist: importlib-resources (>=6.4.0,<7.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: protobuf (>=3.1,<=3.20.0)
Requires-Dist: pyexasol (>=0.26.0,<1)
Requires-Dist: sagemaker (>=2.59.1,<3.0.0)
Project-URL: Repository, https://github.com/exasol/sagemaker-extension
Description-Content-Type: text/markdown

# SageMaker Extension

This project provides a Python library that trains data stored in Exasol using AWS SageMaker.


## Table of Contents

### Information for Users

* [User Guide](doc/user_guide/user_guide.md)
* [Tutorial](https://github.com/exasol/data-science-examples/blob/main/tutorials/machine-learning/sagemaker-extension/tutorial.md)
* [Changelog](doc/changes/changelog.md)

### Information for Contributors


* [System Requirement Specification](doc/system_requirements.md)
* [Design](doc/design.md)
* [Dependencies](doc/dependencies.md)
