Feature importance in Redshift

0

After creating and finishing the model training in Redshift we can predict with the new model. How can we see the target function of the model or feature importance of the single columns which were used as an input? To describe it in another way we want to see the correlations to the target column after the model training.

feita há 2 anos290 visualizações
1 Resposta
1

Hello, this information is mentioned on this documentation guide ->https://docs.aws.amazon.com/redshift/latest/dg/clarify.html. Basically it talks about the EXPLAIN_MODEL function that helps you understand how each attribute in your training data contributes to the predicted result ->https://docs.aws.amazon.com/redshift/latest/dg/ml-function.html

AWS
ENGENHEIRO DE SUPORTE
respondido há 2 anos
  • Is with the CREATE MODEL command automatically the explanation output created? Or how do i have to set it?

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