Get: Correlation Analysis
Displays pairwise correlation strength (e.g., Pearson, Spearman, Kendall, Cramér’s V) between features.
Endpoint:
/eda/correlation_analysis
Input Parameters:
- usecaseVersion (integer, default: 1)
- correlation_type (string, required: pearson, spearman, kendall, cramer)
- feature_types (array<string>, required: e.g. ["numericFeature","catfeatures"])
-
usecaseId (string, required)
Output:
Correlation matrix and visual heatmap indicating feature relationships.