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
- Host: GitHub
- URL: https://github.com/exasol/sagemaker-extension
- Owner: exasol
- License: mit
- Created: 2021-08-09T10:56:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T14:45:51.000Z (over 2 years ago)
- Last Synced: 2024-04-16T18:50:32.293Z (about 2 years ago)
- Topics: data-science, exasol, exasol-integration, machine-learning, sagemaker
- Language: Python
- Homepage:
- Size: 309 KB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)