abacusai.eda_collinearity

Module Contents

Classes

EdaCollinearity

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

class abacusai.eda_collinearity.EdaCollinearity(client, columnNames=None, collinearityMatrix={})

Bases: abacusai.return_class.AbstractApiClass

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

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • columnNames (list) – Name of all the features in the data

  • collinearityMatrix (CollinearityRecord) – A CollinearityRecord describing the collinearity between all the features

__repr__()

Return repr(self).

to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict