API Methods under "eda" category


Methods:


POSTcreateEda

Run an Exploratory Data Analysis (EDA) for the specified project.

POSTrerunEda

Reruns the specified EDA object.

GETlistEda

Retrieves the list of Exploratory Data Analysis (EDA) in the specified project.

GETdescribeEda

Retrieves a full description of the specified EDA object.

GETlistEdaVersions

Retrieves a list of versions for a given EDA object.

GETdescribeEdaVersion

Retrieves a full description of the specified EDA version.

PATCHrenameEda

Renames an EDA

DELETEdeleteEda

Deletes the specified EDA and all its versions.

DELETEdeleteEdaVersion

Deletes the specified EDA version.

GETgetEdaCollinearity

Gets the Collinearity between all features for the Exploratory Data Analysis.

GETgetEdaDataConsistency

Gets the data consistency for the Exploratory Data Analysis.

GETgetCollinearityForFeature

Gets the Collinearity for the given feature from the Exploratory Data Analysis.

GETgetFeatureAssociation

Gets the Feature Association for the given features from the feature group version within the eda_version.

GETgetEdaForecastingAnalysis

Gets the Forecasting analysis for the Exploratory Data Analysis.