awslabs / mlmax

Example templates for the delivery of custom ML solutions to production so you can get started quickly without having to make too many design choices.
https://mlmax.readthedocs.io/en/latest/
Apache License 2.0
66 stars 19 forks source link

Stop-gap solution to modular processing scripts. #38

Closed verdimrc closed 3 years ago

verdimrc commented 3 years ago

🚀 Feature request

Describe the feature you'd like

What to do with this stop-gap FrameworkProcessor at https://github.com/aws-samples/smallmatter-package/tree/smproc-stopgap ?

Given the context & motivation for MLMax, I'm inclined to snapshot that class into this repo, rather than having an external dependencies. Thoughts?

What is the motivation for the feature?

Simplify modular processing scripts.

Could you contribute? (Optional)

Yes. Happy to snapshot that class into this repo.

josiahdavis commented 3 years ago

This is being handled by current PR: https://github.com/aws/sagemaker-python-sdk/pull/2251