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.

gefragt vor 2 Jahren290 Aufrufe
1 Antwort
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
SUPPORT-TECHNIKER
beantwortet vor 2 Jahren
  • Is with the CREATE MODEL command automatically the explanation output created? Or how do i have to set it?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen