Method
Gets the Collinearity for the given feature from the Exploratory Data Analysis.
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
edaVersion |
str |
Unique string identifier associated with the EDA instance.
|
| No |
featureName |
str |
Name of the feature for which correlation is shown.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| result |
EdaFeatureCollinearity |
| KEY |
TYPE |
Description |
| selectedFeature |
str |
Selected feature to show the collinearity |
| sortedColumnNames |
list |
Name of all the features in the data sorted in descending order of collinearity value |
| featureCollinearity |
dict |
A dict describing the collinearity between a given feature and all the features in the data |
|