SuperCowPowers / sageworks

SageWorks: An easy to use Python API for creating and deploying AWS SageMaker Models
https://www.supercowpowers.com
MIT License
39 stars 1 forks source link

Add set_input() to the Model onboarding process #441

Closed brifordwylie closed 4 months ago

brifordwylie commented 6 months ago

Let's add a set_input part to model onboarding, also if we're in a situation where the FeatureSet doesn't exist we need to think of a marker/flag that means the model knows it doesn't have access to the FeatureSEt.

brifordwylie commented 4 months ago

done