How can we store feature transforms in a feature store?

0

AWS' feature store pages describe feature groups and how to store features and their types (https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-introduction-notebook.html) . However, it is not clear how to store feature transforms if needed. Is this possible with AWS' feature store?

preguntada hace 2 años619 visualizaciones
1 Respuesta
0
Respuesta aceptada

You can use SageMaker Data Wrangler to create data transformation workflows. Once your data is prepared, you can build fully automated ML workflows with Amazon SageMaker Pipelines to publish the transformed features in SageMaker Feature Store so you can share features across your team and others can reuse them for their own models and analysis. SageMaker Feature Store keeps track of the metadata of stored features (e.g. feature name or version number) so that you can query the features for the right attributes. Also if you like to monitor your features in production for any drift you could use data profiling integration with Feature Store, more details in this blog post.

AWS
Ioan
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas