An open API service indexing awesome lists of open source software.

https://github.com/exasol/sagemaker-extension

An Exasol extension to interact with AWS SageMaker from inside the database
https://github.com/exasol/sagemaker-extension

data-science exasol exasol-integration machine-learning sagemaker

Last synced: about 1 year ago
JSON representation

An Exasol extension to interact with AWS SageMaker from inside the database

Awesome Lists containing this project

README

          

# 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)