Kenza-AI / sagify

LLMs and Machine Learning done easily
https://kenza-ai.github.io/sagify/
MIT License
434 stars 69 forks source link

motivation is missing #122

Closed ghost closed 3 years ago

ghost commented 3 years ago

please add to the README.md the motivation for this package. Why should one use this? What limitation of SageMaker is it trying to solve? What can it do that SageMaker cannot?

pm3310 commented 3 years ago

Hi @hanan-vian thank you for your comment :-) Sagify is a layer on top of Sagemaker so that to hide all low level details of Sagemaker. You just need to implement 2 functions, a train function with your training logic, and a predict function for inference when you deploy your model.