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.

질문됨 2년 전290회 조회
1개 답변
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
지원 엔지니어
답변함 2년 전
  • Is with the CREATE MODEL command automatically the explanation output created? Or how do i have to set it?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠