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?

feita há 2 anos619 visualizações
1 Resposta
0
Resposta aceita

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 há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas