'CREATE MODEL with Redshift: Correlation

how can to see the correlations regarding the target column of the trained models? Is there an option in the Redshift query editor oder Sagemaker? Cheers



Solution 1:[1]

you can refer to the blog Build regression models with Amazon Redshift ML for instructions on using a sample stored procedure that will calculate correlations with the target variable in Redshift ML.

If you need just the stored procedure, it is also available in GitHub here - https://github.com/awslabs/amazon-redshift-utils/blob/master/src/StoredProcedures/sp_correlation.sql

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 durga_sury