Metadata-Version: 2.4
Name: exasol-sagemaker-extension
Version: 0.11.6
Summary: Exasol SageMaker Integration
License-Expression: MIT
License-File: LICENSE
Keywords: exasol,sagemaker
Author: Umit Buyuksahin
Author-email: umit.buyuksahin@exasol.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: boto3 (>=1.26.163,<2.0.0)
Requires-Dist: botocore (>=1.29.163,<2.0.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: exasol-python-extension-common (>=0.9.0,<1)
Requires-Dist: importlib-resources (>=6.4.0,<7.0.0)
Requires-Dist: numpy (>=1.26,<2)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: protobuf (>=4.25.8,<5.0.0)
Requires-Dist: pyexasol (>=0.26.0,<2)
Requires-Dist: sagemaker (>=2.214.3,<3.0.0)
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)
