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.

preguntada hace 2 años290 visualizaciones
1 Respuesta
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
INGENIERO DE SOPORTE
respondido hace 2 años
  • Is with the CREATE MODEL command automatically the explanation output created? Or how do i have to set it?

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