abacusai.eda_feature_collinearity ================================= .. py:module:: abacusai.eda_feature_collinearity Classes ------- .. autoapisummary:: abacusai.eda_feature_collinearity.EdaFeatureCollinearity Module Contents --------------- .. py:class:: EdaFeatureCollinearity(client, selectedFeature=None, sortedColumnNames=None, featureCollinearity=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Eda Collinearity of the latest version of the data for a given feature. :param client: An authenticated API Client instance :type client: ApiClient :param selectedFeature: Selected feature to show the collinearity :type selectedFeature: str :param sortedColumnNames: Name of all the features in the data sorted in descending order of collinearity value :type sortedColumnNames: list :param featureCollinearity: A dict describing the collinearity between a given feature and all the features in the data :type featureCollinearity: dict .. py:attribute:: selected_feature :value: None .. py:attribute:: sorted_column_names :value: None .. py:attribute:: feature_collinearity :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict