:py:mod:`abacusai.eda_collinearity`
===================================

.. py:module:: abacusai.eda_collinearity


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   abacusai.eda_collinearity.EdaCollinearity




.. py:class:: EdaCollinearity(client, columnNames=None, collinearityMatrix={})

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`

   Eda Collinearity of the latest version of the data between all the features.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param columnNames: Name of all the features in the data
   :type columnNames: list
   :param collinearityMatrix: A CollinearityRecord describing the collinearity between all the features
   :type collinearityMatrix: CollinearityRecord

   .. py:method:: __repr__()

      Return repr(self).


   .. 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



