SuperCowPowers / sageworks

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

Make model details markdown component into a general component #430

Open brifordwylie opened 3 months ago

brifordwylie commented 3 months ago

Now that the model details markdown doesn't include model metrics (which is good), it can probably be more general. Right now it's a bit awkward when used in the Endpoint page.. we have to create an Endpoint Object and then a Model object just to feed the details component. We should probably generalize this as 'details' for ALL artifacts (DataSource, FeatureSet, Model, Endpoint)... shrug...